# HG changeset patch # User Stu Tomlinson # Date 1130551404 0 # Node ID d8128936c2f1b00b06abce65fa7fcf0ee1b9193e # Parent c0e0fcd75926a0567a74ca4d0831189567f7630e [gaim-migrate @ 14174] I'm not sure how this sneaked past me the other day, but now distcheck is complaining about it committer: Tailor Script diff -r c0e0fcd75926 -r d8128936c2f1 Makefile.am --- a/Makefile.am Sat Oct 29 02:01:55 2005 +0000 +++ b/Makefile.am Sat Oct 29 02:03:24 2005 +0000 @@ -53,4 +53,4 @@ # breaks "make distcheck" unless we ignore perl things distuninstallcheck_listfiles = \ - find . -type f -print | grep -v perl + find . -type f -print | grep -v perl | grep -v Gaim.3pm