summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-03 23:47:47 +0100
committerRichard Jones <rjones@redhat.com>2009-04-03 23:47:47 +0100
commitbc0b3d6f473e607972d29be27f7ae6b1d0489c3b (patch)
treea2129e7328c1adff8c32890d57a86c36b908ecff /configure.ac
parentb72ec21d24824720385c9cd024b7f1eae734f4a4 (diff)
downloadlibguestfs-bc0b3d6f473e607972d29be27f7ae6b1d0489c3b.tar.gz
libguestfs-bc0b3d6f473e607972d29be27f7ae6b1d0489c3b.tar.xz
libguestfs-bc0b3d6f473e607972d29be27f7ae6b1d0489c3b.zip
Added outline of shell command, added generator support.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 69a55f2e..ef95cdde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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