Changeset 1156 for libcaca/trunk/cxx/Makefile.am
- Timestamp:
- 09/30/06 20:56:23 (7 years ago)
- File:
-
- 1 edited
-
libcaca/trunk/cxx/Makefile.am (modified) (1 diff)
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.
