Changeset 1156 for libcaca/trunk/cxx/Makefile.am
- Timestamp:
- Sep 30, 2006, 8:56:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cxx/Makefile.am
r977 r1156 17 17 18 18 if USE_CXX 19 noinst_PROGRAMS = c pptest19 noinst_PROGRAMS = cxxtest 20 20 endif 21 21 22 c pptest_SOURCES = cpptest.cpp23 c pptest_LDADD = libcaca++.la libcucul++.la ../caca/libcaca.la ../cucul/libcucul.la @CACA_LIBS@22 cxxtest_SOURCES = cxxtest.cpp 23 cxxtest_LDADD = libcaca++.la libcucul++.la ../caca/libcaca.la ../cucul/libcucul.la @CACA_LIBS@ 24 24
Note: See TracChangeset
for help on using the changeset viewer.