comparison Makefile.am @ 12299:d10050950c03

[gaim-migrate @ 14603] This fixes that whole rebuilding sometimes can't find speex problem. Not as well tested as it should be, since I don't feel like changing configure.ac and rebuilding multiple times for the fun of it. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sat, 03 Dec 2005 03:55:04 +0000
parents d8128936c2f1
children 5adc0c9da9f3
comparison
equal deleted inserted replaced
12298:7298b2015b3b 12299:d10050950c03
52 # perl's MakeMaker uninstall foo doesn't work well with DESTDIR set, which 52 # perl's MakeMaker uninstall foo doesn't work well with DESTDIR set, which
53 # breaks "make distcheck" unless we ignore perl things 53 # breaks "make distcheck" unless we ignore perl things
54 54
55 distuninstallcheck_listfiles = \ 55 distuninstallcheck_listfiles = \
56 find . -type f -print | grep -v perl | grep -v Gaim.3pm 56 find . -type f -print | grep -v perl | grep -v Gaim.3pm
57
58 ACLOCAL_AMFLAGS = -I m4
59