From cc62d0ade56beb1bd9e98cfc335efa09582dad10 Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Mon, 10 Feb 2014 13:39:32 -0600 Subject: [PATCH] Missed part of the proxy-Makefile workaround --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 189f6c2fcd..283497289b 100644 --- a/configure.ac +++ b/configure.ac @@ -379,5 +379,6 @@ dnl Add these after all tests are done as they don't exist just yet. LIBS="$LIBS $FFMPEG_LIBS" AC_CONFIG_FILES(Makefile) +AC_CONFIG_FILES(bundle/Makefile) AC_CONFIG_FILES(src/Makefile) AC_OUTPUT