X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=de2f5cf642ef30c1eba8434256ea96bb89a66b5f;hb=60b7521d96faf3dc97118012e80667f1286c17c4;hp=3ab6bc616da82c88e4b38ebea79a5093c44b6712;hpb=b3266fde4664f391ad1621d121e7b2c6024d5d9e;p=sysdb.git diff --git a/src/Makefile.am b/src/Makefile.am index 3ab6bc6..de2f5cf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,9 @@ SUBDIRS = liboconfig -AM_CFLAGS = @STRICT_CFLAGS@ -Iinclude -AM_CPPFLAGS = -DSYSCONFDIR='"${sysconfdir}"' +AM_CFLAGS = @STRICT_CFLAGS@ +AM_CPPFLAGS = -Iinclude +AM_CPPFLAGS += -DSYSCONFDIR='"${sysconfdir}"' +AM_CPPFLAGS += -DLOCALSTATEDIR='"${localstatedir}"' AM_CPPFLAGS += -DPKGLIBDIR='"${pkglibdir}"' BUILT_SOURCES = include/sysdb.h @@ -24,6 +26,8 @@ libsysdb_la_SOURCES = \ core/store.c include/core/store.h \ include/core/data.h \ core/error.c include/core/error.h \ + frontend/sock.c include/frontend/sock.h \ + utils/channel.c include/utils/channel.h \ utils/llist.c include/utils/llist.h \ utils/strbuf.c include/utils/strbuf.h \ core/time.c include/core/time.h \