Changeset 837 for libcaca/trunk/cpp/Makefile.am
- Timestamp:
- Apr 22, 2006, 8:54:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cpp/Makefile.am
r830 r837 3 3 AM_CPPFLAGS = -I$(top_srcdir)/cucul -I$(top_srcdir)/caca 4 4 5 if USE_CPP 5 6 include_HEADERS = cucul++.h caca++.h 6 7 lib_LTLIBRARIES = libcucul++.la libcaca++.la 8 endif 7 9 8 10 libcucul___la_SOURCES = cucul++.cpp cucul++.h … … 14 16 libcaca___la_LIBADD = ../caca/libcaca.la 15 17 18 if USE_CPP 16 19 noinst_PROGRAMS = cpptest 20 endif 17 21 18 22 cpptest_SOURCES = cpptest.cpp
Note: See TracChangeset
for help on using the changeset viewer.