ignore changes in autotools generated files

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@299 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2006-12-17 16:33:54 +00:00
parent f7a387149c
commit 73bea9b5e0

View file

@ -128,7 +128,7 @@ $(SYNC4J_SUBDIR)/% :
# compare the local copy of the C++ client library against
# the files where it was copied from
client-api-diff :
diff -r -c -x CVS -x '.#*' -x '*~' -x '*.in' -x autom4te.cache $(SYNC4JSRC) client-api
diff -r -c -x CVS -x config.guess -x config.sub -x depcomp -x install-sh -x ltmain.sh -x missing -x aclocal.m4 -x configure -x '.#*' -x '*~' -x '*.in' -x autom4te.cache $(SYNC4JSRC) client-api
# special target for testing with valgrind
valgrind : test