move parser/utils to utils, Mux->Mu
Move the parser utils to utils/ and rename the Mux namespace into Mu.
This commit is contained in:
@ -43,7 +43,9 @@ libmu_utils_la_SOURCES= \
|
||||
mu-str.c \
|
||||
mu-str.h \
|
||||
mu-util.c \
|
||||
mu-util.h
|
||||
mu-util.h \
|
||||
mu-utils.cc \
|
||||
mu-utils.hh
|
||||
|
||||
libmu_utils_la_LIBADD= \
|
||||
$(GLIB_LIBS)
|
||||
@ -61,6 +63,13 @@ test_mu_util_SOURCES= \
|
||||
test_mu_util_LDADD= \
|
||||
libmu-utils.la
|
||||
|
||||
TEST_PROGS+= \
|
||||
test-mu-utils
|
||||
test_mu_utils_SOURCES= \
|
||||
test-utils.cc
|
||||
test_mu_utils_LDADD= \
|
||||
libmu-utils.la
|
||||
|
||||
TEST_PROGS+= \
|
||||
test-mu-str
|
||||
test_mu_str_SOURCES= \
|
||||
|
||||
Reference in New Issue
Block a user