X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=5a3146af6f15a8037ddccd076ef006517f753356;hp=a7f6c9b73744c4f27dade47960386a7bea35a110;hb=c8d51914ef24f01f935d2853d57f05d0b0a0af9e;hpb=c1ebabaddb0c56ee34843f358c12d4a2536796f8 diff --git a/src/Makefile.am b/src/Makefile.am index a7f6c9b..5a3146a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS += -DPKGLIBDIR='"${pkglibdir}"' AM_YFLAGS = -d BUILT_SOURCES = include/client/sysdb.h include/sysdb.h \ - frontend/grammar.h + frontend/grammar.h parser/grammar.h EXTRA_DIST = include/client/sysdb.h.in include/sysdb.h.in pkginclude_HEADERS = include/sysdb.h @@ -68,7 +68,8 @@ libsysdbclient_la_LIBADD = $(LIBLTDL) @OPENSSL_LIBS@ # don't use strict CFLAGS for flex code noinst_LTLIBRARIES += libsysdb_fe_parser.la libsysdb_fe_parser_la_SOURCES = \ - frontend/grammar.y frontend/scanner.l + frontend/grammar.y frontend/scanner.l \ + parser/grammar.y parser/scanner.l libsysdb_fe_parser_la_CFLAGS = @COVERAGE_CFLAGS@ @PROFILING_CFLAGS@ \ -DBUILD_DATE="\"$$( date --utc '+%F %T' ) (UTC)\"" libsysdb_la_SOURCES = \ @@ -92,6 +93,7 @@ libsysdb_la_SOURCES = \ frontend/store.c \ frontend/query.c \ parser/ast.c include/parser/ast.h \ + parser/parser.c include/parser/parser.h \ utils/avltree.c include/utils/avltree.h \ utils/channel.c include/utils/channel.h \ utils/error.c include/utils/error.h \