summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-08-19 13:21:37 +0100
committerRichard Jones <rjones@redhat.com>2010-08-24 13:07:06 +0100
commitc0a9555e8559a0dbf432367f87c59c2a49520c99 (patch)
tree434346e3d729845707050dc1ad19c712b99b0567 /configure.ac
parent51f70a0bc0f57e72889208bd7f5ec8a7f229c541 (diff)
downloadfebootstrap-c0a9555e8559a0dbf432367f87c59c2a49520c99.tar.gz
febootstrap-c0a9555e8559a0dbf432367f87c59c2a49520c99.tar.xz
febootstrap-c0a9555e8559a0dbf432367f87c59c2a49520c99.zip
Move febootstrap-supermin-helper into helper/ subdirectory.
This will allow us to split up the monolithic C program into separate files for ease of modification. This patch is just file rearrangement.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 05597b1..1a94700 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,5 +59,5 @@ if test "x$YUM" = "xno" ; then
fi
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([lib/Makefile Makefile examples/Makefile])
+AC_CONFIG_FILES([Makefile lib/Makefile helper/Makefile examples/Makefile])
AC_OUTPUT