I did a make distclean and it failed to find test/pictures in my outside
of source build directory. It was because configure.in did not include
test/pictures/Makefile.

Sound familiar? Just like my last patch. Hopefully I will find a useful
bug next.

Anyhow another patch to configure.in.

Thanks

E

-- 
Erik Hovland
mail: erik AT hovland DOT org
web: http://hovland.org/
PGP/GPG public key available on request
Index: flac-cvs/configure.in
===================================================================
--- flac-cvs.orig/configure.in
+++ flac-cvs/configure.in
@@ -337,6 +337,7 @@ AC_CONFIG_FILES([ \
        man/Makefile \
        test/Makefile \
        test/cuesheets/Makefile \
+       test/pictures/Makefile \
        test/flac-to-flac-metadata-test-files/Makefile \
        test/metaflac-test-files/Makefile \
        build/Makefile \
_______________________________________________
Flac-dev mailing list
Flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to