X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=0dbd1511cf58321432a1b55ee21e2d06b61b01f2;hb=742c60b383c9373b2156c3af5ff9e7605c056e60;hp=6b560df7b8b2bc6c56d6615c7b7e516dc8129fd2;hpb=cc35394b0c4af9ccfbe7b0a18713758a9f29d247;p=sysdb.git diff --git a/src/Makefile.am b/src/Makefile.am index 6b560df..0dbd151 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 parser/grammar.h + parser/grammar.h EXTRA_DIST = include/client/sysdb.h.in include/sysdb.h.in pkginclude_HEADERS = include/sysdb.h @@ -27,7 +27,6 @@ pkgcoreinclude_HEADERS = \ pkgfeincludedir = $(pkgincludedir)/frontend pkgfeinclude_HEADERS = \ include/frontend/connection.h \ - include/frontend/parser.h \ include/frontend/proto.h \ include/frontend/sock.h pkgutilsincludedir = $(pkgincludedir)/utils @@ -68,7 +67,6 @@ 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 \ parser/grammar.y parser/scanner.l libsysdb_fe_parser_la_CFLAGS = @COVERAGE_CFLAGS@ @PROFILING_CFLAGS@ \ -DBUILD_DATE="\"$$( date --utc '+%F %T' ) (UTC)\"" @@ -78,6 +76,7 @@ libsysdb_la_SOURCES = \ core/plugin.c include/core/plugin.h \ core/store.c include/core/store.h \ core/store-private.h \ + core/store_exec.c \ core/store_expr.c \ core/store_json.c \ core/store_lookup.c \ @@ -85,13 +84,10 @@ libsysdb_la_SOURCES = \ core/data.c include/core/data.h \ core/time.c include/core/time.h \ core/timeseries.c include/core/timeseries.h \ - frontend/analyzer.c \ frontend/connection.c include/frontend/connection.h \ frontend/connection-private.h \ - frontend/parser.c include/frontend/parser.h \ frontend/sock.c include/frontend/sock.h \ frontend/session.c \ - frontend/store.c \ frontend/query.c \ parser/analyzer.c \ parser/ast.c include/parser/ast.h \