X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=de2f5cf642ef30c1eba8434256ea96bb89a66b5f;hb=a6753b33e70f0934d4b34b19366eddda56f05d9c;hp=3cdb58e906edbf36483dfb5c7beb81b05e6d7a30;hpb=22c21e436dc4e9818cbdb9fac3b03ac727533623;p=sysdb.git diff --git a/src/Makefile.am b/src/Makefile.am index 3cdb58e..de2f5cf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = liboconfig AM_CFLAGS = @STRICT_CFLAGS@ AM_CPPFLAGS = -Iinclude AM_CPPFLAGS += -DSYSCONFDIR='"${sysconfdir}"' +AM_CPPFLAGS += -DLOCALSTATEDIR='"${localstatedir}"' AM_CPPFLAGS += -DPKGLIBDIR='"${pkglibdir}"' BUILT_SOURCES = include/sysdb.h @@ -25,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 \