X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=3fe8c8827b0466926ebac04c492e5684d8be4d35;hb=01f6bce19dbfaf42fa4908683f3cc8785585d023;hp=78049c9f4fa3f096e7fa096628bd0c4f16b1adbf;hpb=5f10c3350338bbca735a74db26f98da968957bd9;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 78049c9..3fe8c88 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -86,7 +86,12 @@ errnostring.h: $(libsrcdir)/errnostring.h rm -f $@ ln $< $@ +if INSTALL_DAEMON +sbin_PROGRAMS = guestfsd +else noinst_PROGRAMS = guestfsd +endif + guestfsd_SOURCES = \ 9p.c \ actions.h \ @@ -95,6 +100,7 @@ guestfsd_SOURCES = \ base64.c \ blkid.c \ blockdev.c \ + btrfs.c \ checksum.c \ cmp.c \ command.c \