diff options
author | Mukund Sivaraman <muks@banu.com> | 2008-03-30 17:12:26 -0700 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2008-03-30 17:12:26 -0700 |
commit | 6a6a3b04096b3db12f66cb84f79cd69012bed504 (patch) | |
tree | 417290f259501f63d4b9bd40c5f172fca6eb2e01 /configure.ac | |
parent | e6d9bb21509b700f7e71f667faf3c8fe73691985 (diff) | |
download | tinyproxy-6a6a3b04096b3db12f66cb84f79cd69012bed504.tar.gz tinyproxy-6a6a3b04096b3db12f66cb84f79cd69012bed504.zip |
Added Makefile.am in packaging dirs
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 9 |
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 |