GNOME Bugzilla – Bug 104695
make distcheck fails with uncleaned files
Last modified: 2004-12-22 21:47:04 UTC
ERROR: files left in build directory after distclean: ./testsuite/threadstest-registry.xml ./pkgconfig/gstreamer-0.6.pc ./pkgconfig/gstreamer-control-0.6.pc ./pkgconfig/gstreamer-0.6-uninstalled.pc ./pkgconfig/gstreamer-control-0.6-uninstalled.pc
Fixed in gstreamer/pkgconfig/Makefile.am rev 1.1.2.4 and testsuite/threads/Makefile.am rev 1.10.4.2 by adding CLEANFILES lines.
Moved CLEANFILES for threadstest-registry.xml from testsuite/threads/Makefile.am to testsuite/Makefile.am, where it lives.