X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=3fe8c8827b0466926ebac04c492e5684d8be4d35;hp=67589b4b03c1d6fca8807400d4a74c7231353f2d;hb=463a739bf0475cf45bf03ad2c4130b2ed656686e;hpb=a001a0d710ec61d8bc11841f44ac0d1f296040ea diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 67589b4..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 \