summaryrefslogtreecommitdiff
path: root/include/cppunit/Makefile.am
diff options
context:
space:
mode:
authorBastiaan Bakker <bastiaan.bakker@lifeline.nl>2001-04-14 21:37:31 +0000
committerBastiaan Bakker <bastiaan.bakker@lifeline.nl>2001-04-14 21:37:31 +0000
commitfb5695f7ca74f6557bdff1ceff009628ac3adc4a (patch)
tree8e6c05a5db8ef1c3037a10f579c31f0eb38a087e /include/cppunit/Makefile.am
parentf5f2b1d2761b1d81c042d51619182c7951fd23aa (diff)
downloadcppunit-fb5695f7ca74f6557bdff1ceff009628ac3adc4a.tar.gz
Moved public header files from cppunit dir to include/cppunit, to separate them from internal header files like estring.h.
Diffstat (limited to 'include/cppunit/Makefile.am')
-rw-r--r--include/cppunit/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/cppunit/Makefile.am b/include/cppunit/Makefile.am
new file mode 100644
index 0000000..c837438
--- /dev/null
+++ b/include/cppunit/Makefile.am
@@ -0,0 +1,11 @@
+libcppunitincludedir = $(includedir)/cppunit
+libcppunitinclude_HEADERS = \
+ Exception.h \
+ Test.h \
+ TestCaller.h \
+ TestCase.h \
+ TestFailure.h \
+ TestResult.h \
+ TestRegistry.h \
+ TestSuite.h \
+ TextTestResult.h