diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-10 14:35:43 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-10 14:35:43 +0000 |
| commit | c2b6782980ccfe65cbce098c5b86f1b5ef87e903 (patch) | |
| tree | 4cdfc07d6b5ce10876f532786c320514700a7cf4 /include/cppunit/Makefile.am | |
| parent | 6c2d743aed2eb4c0a960edaadc7366faa3b24c5c (diff) | |
| download | cppunit-c2b6782980ccfe65cbce098c5b86f1b5ef87e903.tar.gz | |
Makefile.
Makefile.am: removed directory cppunitui from copy when making the dist.
* include/cppunit/ui: added Makefile.am for dist and install.
Diffstat (limited to 'include/cppunit/Makefile.am')
| -rw-r--r-- | include/cppunit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/Makefile.am b/include/cppunit/Makefile.am index c0428ee..01e0019 100644 --- a/include/cppunit/Makefile.am +++ b/include/cppunit/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = extensions +SUBDIRS = extensions ui DISTCLEANFILES = config-auto.h |
