Remove initramfs/fakelog.root if make-initramfs fails.
[libguestfs.git] / daemon / Makefile.am
index 930e78e..6a5a4ee 100644 (file)
@@ -15,4 +15,9 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-SUBDIRS = nfs-utils
+ACLOCAL_AMFLAGS = -I m4
+
+noinst_PROGRAMS = guestfsd
+guestfsd_SOURCES = guestfsd.c
+
+guestfsd_CFLAGS = -Wall -Werror
\ No newline at end of file