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:
parent
20ac984707
commit
fbb43fb72b
@ -349,5 +349,5 @@ AC_SUBST(ADDITIONAL_OBJECTS)
|
|||||||
AC_SUBST(TINYPROXY_CONFIG_DIR)
|
AC_SUBST(TINYPROXY_CONFIG_DIR)
|
||||||
AC_SUBST(TINYPROXY_CONFIG_FILE)
|
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
|
AC_OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user