summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-12-09 15:23:33 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-12-09 16:13:19 +0000
commit27a911ca193ad5a56a7afac4f6100b3a3f732680 (patch)
tree2e6d00343b043117df202d7e6cc4ee70674eebc3 /configure.ac
parentbcbbfa520a49967b3301243ebffdfefcd58c069a (diff)
downloadfebootstrap-27a911ca193ad5a56a7afac4f6100b3a3f732680.tar.gz
febootstrap-27a911ca193ad5a56a7afac4f6100b3a3f732680.tar.xz
febootstrap-27a911ca193ad5a56a7afac4f6100b3a3f732680.zip
Add debian/ subdirectory (temporary).
This adds the debian/ subdirectory to make it easier for us to build Debian packages. When we get this into Debian, this directory can be removed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a715668..5eb6c07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,5 +106,9 @@ AC_CHECK_HEADER([ext2fs/ext2fs.h],[],[
])
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_FILES([config.ml Makefile lib/Makefile helper/Makefile])
+AC_CONFIG_FILES([config.ml
+ debian/changelog
+ Makefile
+ lib/Makefile
+ helper/Makefile])
AC_OUTPUT