Added outline of shell command, added generator support.
[libguestfs.git] / configure.ac
index 69a55f2..ef95cdd 100644 (file)
@@ -91,9 +91,9 @@ AC_CONFIG_SUBDIRS([daemon])
 
 dnl Produce output files.
 AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile
+AC_CONFIG_FILES([Makefile src/Makefile fish/Makefile examples/Makefile
                 make-initramfs.sh update-initramfs.sh])
 AC_OUTPUT
 
 dnl WTF?
-chmod +x make-initramfs.sh
\ No newline at end of file
+chmod +x make-initramfs.sh update-initramfs.sh