Makefile.am

changeset 11862
5d4bc6d54688
parent 11147
67309baf4c84
child 11883
590de7108b2d
--- a/Makefile.am	Thu Oct 27 20:22:27 2005 +0000
+++ b/Makefile.am	Thu Oct 27 20:43:43 2005 +0000
@@ -48,3 +48,9 @@
 	@echo "doxygen was not found during configure.  Aborting."
 	@echo;
 endif
+
+# perl's MakeMaker uninstall foo doesn't work well with DESTDIR set, which
+# breaks "make distcheck" unless we ignore perl things
+
+distuninstallcheck_listfiles = \
+	find . -type f -print | grep -v perl

mercurial