excluded automatically generated files from client-api-diff

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@235 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2006-09-07 18:29:54 +00:00
parent 49ae23973b
commit b29a3edf66

View file

@ -115,7 +115,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 '*~' $(SYNC4JSRC) client-api
diff -r -c -x CVS -x '.#*' -x '*~' -x '*.in' -x autom4te.cache $(SYNC4JSRC) client-api
# special target for testing with valgrind
valgrind : test