[Flac-dev] autotools buglet

Erik Hovland erik at hovland.org
Thu Sep 28 14:28:43 PDT 2006


I had trouble building because configure.in did not include the
test_grabbag/picture/Makefile entry for Makefile generation.

This patch rectifies that situation. This is with flac cvs as of this
morning.

E

Signed-off-by: Erik Hovland <erik at hovland.org>

-- 
Erik Hovland
mail: erik AT hovland DOT org
web: http://hovland.org/
PGP/GPG public key available on request
-------------- next part --------------
Index: flac-cvs/configure.in
===================================================================
--- flac-cvs.orig/configure.in
+++ flac-cvs/configure.in
@@ -314,6 +314,7 @@ AC_CONFIG_FILES([ \
 	src/share/utf8/Makefile \
 	src/test_grabbag/Makefile \
 	src/test_grabbag/cuesheet/Makefile \
+	src/test_grabbag/picture/Makefile \
 	src/test_libs_common/Makefile \
 	src/test_libFLAC/Makefile \
 	src/test_libFLAC++/Makefile \


More information about the Flac-dev mailing list