diff options
| author | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-04-14 21:37:31 +0000 |
|---|---|---|
| committer | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-04-14 21:37:31 +0000 |
| commit | fb5695f7ca74f6557bdff1ceff009628ac3adc4a (patch) | |
| tree | 8e6c05a5db8ef1c3037a10f579c31f0eb38a087e /Makefile.am | |
| parent | f5f2b1d2761b1d81c042d51619182c7951fd23aa (diff) | |
| download | cppunit-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.am | 6 |
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 |
