summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2008-03-30 17:12:26 -0700
committerMukund Sivaraman <muks@banu.com>2008-03-30 17:12:26 -0700
commit6a6a3b04096b3db12f66cb84f79cd69012bed504 (patch)
tree417290f259501f63d4b9bd40c5f172fca6eb2e01 /configure.ac
parente6d9bb21509b700f7e71f667faf3c8fe73691985 (diff)
downloadtinyproxy-6a6a3b04096b3db12f66cb84f79cd69012bed504.tar.gz
tinyproxy-6a6a3b04096b3db12f66cb84f79cd69012bed504.zip
Added Makefile.am in packaging dirs
Diffstat (limited to '')
-rw-r--r--configure.ac9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5966c86..37a3261 100644
--- a/configure.ac
+++ b/configure.ac
@@ -337,5 +337,12 @@ AC_SUBST(ADDITIONAL_OBJECTS)
AC_SUBST(TINYPROXY_CONFIG_DIR)
AC_SUBST(TINYPROXY_CONFIG_FILE)
-AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile])
+AC_CONFIG_FILES([
+Makefile
+src/Makefile
+doc/Makefile
+packaging/Makefile
+packaging/fedora/Makefile
+])
+
AC_OUTPUT