fix building of Makefiles in packaging subtree

When ./configure is run, the Makfiles in the packaging subtree's
Makefiles are not created.  As a result, the 'make dist' command will
fail when it attempts to recurse through ./packaging.

Signed-off-by: Jeremy Hinegardner <jeremy@hinegardner.org>
This commit is contained in:
Jeremy Hinegardner 2008-06-23 21:21:04 -06:00 committed by Mukund Sivaraman
parent 20ac984707
commit fbb43fb72b

View File

@ -349,5 +349,5 @@ 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 packaging/fedora/tinyproxy.spec])
AC_OUTPUT