X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=43cc752717aa143b70487f4c9f7d306d0565391c;hp=024c0970ca23ad7565f6f069ff85b44061389d2e;hb=e05ddc70f1fa6d1e8253d69c5d17e69bfad2be90;hpb=4610db9f1b77f8c263b348fda1974be165a7f841 diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 024c097..43cc752 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -17,6 +17,8 @@ ACLOCAL_AMFLAGS = -I m4 +SUBDIRS = lib tests . + noinst_PROGRAMS = guestfsd guestfsd_SOURCES = \ actions.h \ @@ -76,4 +78,6 @@ guestfsd_SOURCES = \ $(top_builddir)/../src/guestfs_protocol.h \ $(top_builddir)/../src/guestfs_protocol.c +AM_CPPFLAGS = -I$(srcdir)/lib -Ilib guestfsd_CFLAGS = -Wall +LDADD = lib/libgnu.a