lib/parser -> lib/query

And update the names to follow the mu- convention.
This commit is contained in:
Dirk-Jan C. Binnema
2020-02-20 21:53:24 +02:00
parent a132f5c21f
commit 20ce7b7066
17 changed files with 39 additions and 39 deletions

View File

@ -18,7 +18,7 @@
# before decending into tests/
include $(top_srcdir)/gtest.mk
SUBDIRS= utils parser
SUBDIRS= utils query
if HAVE_JSON_GLIB
json_srcs= \
@ -122,7 +122,7 @@ libmu_la_LIBADD= \
$(GUILE_LIBS) \
$(JSON_GLIB_LIBS) \
${builddir}/utils/libmu-utils.la \
${builddir}/parser/libmu-parser.la \
${builddir}/query/libmu-query.la \
$(CODE_COVERAGE_LIBS)
libmu_la_LDFLAGS= \