diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2001-07-07 18:37:15 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2001-07-07 18:37:15 +0000 |
| commit | fc812f34ff16b32c88617c81b3551475a5ece39e (patch) | |
| tree | 1f926c0530e1849c7ddfd34815e206e17b1d3178 /include/cppunit | |
| parent | 936762c3876279c3973e30fea5919b719eae5a3f (diff) | |
| download | cppunit-fc812f34ff16b32c88617c81b3551475a5ece39e.tar.gz | |
Tighten up build process to ensure "make distcheck" works with CVS automake.
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/cppunit/Makefile.am b/include/cppunit/Makefile.am index ec32cee..6e2f9f8 100644 --- a/include/cppunit/Makefile.am +++ b/include/cppunit/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = extensions +DISTCLEANFILES = config-auto.h + libcppunitincludedir = $(includedir)/cppunit libcppunitinclude_HEADERS = \ config-auto.h \ @@ -19,7 +21,3 @@ libcppunitinclude_HEADERS = \ TextTestResult.h \ TextTestRunner.h \ TestListener.h - -dist-hook: - rm -f $(distdir)/config-auto.h - |
