summaryrefslogtreecommitdiff
path: root/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 /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 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 59f3cad..7080689 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,10 +1,10 @@
if DOC
-SUBDIRS = cppunit examples doc
+SUBDIRS = cppunit include examples doc
else
-SUBDIRS = cppunit examples
+SUBDIRS = cppunit include examples
endif
-DIST_SUBDIRS = cppunit examples doc
+DIST_SUBDIRS = cppunit include examples doc
bin_SCRIPTS = cppunit-config