summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@gmail.com>2009-02-22 21:44:09 +0000
committerDamien Lespiau <damien.lespiau@gmail.com>2009-02-22 22:46:56 +0000
commite788f256569eb0855e0020a19a6a91fe35ca824a (patch)
treecb3909b503656a980b6cd706b047db9496ef8412 /README
parent1978ee86293710e767d1bad60473cafb673b1b17 (diff)
Fix CXX support
The case where shave was directly called by the Makefile (ie without libtool) for CXX was broken. The test-cxx example library was taken from openimus: http://www.openismus.com/documents/linux/building_libraries/building_libraries.shtml Signed-off-by: Damien Lespiau <damien.lespiau@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 7e827e8..b90d4fc 100644
--- a/README
+++ b/README
@@ -3,7 +3,8 @@ shave transforms the messy ouput of autotools into a pretty Kbuild-like one.
shave : the actual thing
test-flat-nolt: flat layout, no use of litool (broken!)
test-flat-lt : flat layout, use of libtool
-test-lt : common layout, libtooled, with noinst libs
+test : common layout, libtooled, with noinst libs
+test-cxx : common layout, libtooled, with noinst libs, C++
To use the tests:
* cd $test