source: libcaca/trunk/tests/Makefile.am @ 2821

Revision 2821, 399 bytes checked in by sam, 5 years ago (diff)

Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.

Line 
1# $Id$
2
3AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/caca -I../caca
4
5if USE_CPPUNIT
6cppunit_tests = caca-test
7endif
8
9noinst_PROGRAMS = simple $(cppunit_tests)
10
11TESTS = $(noinst_PROGRAMS)
12
13simple_SOURCES = simple.c
14simple_LDADD = ../caca/libcaca.la
15
16caca_test_SOURCES = caca-test.cpp canvas.cpp driver.cpp
17caca_test_CXXFLAGS = $(CPPUNIT_CFLAGS)
18caca_test_LDADD = ../caca/libcaca.la $(CPPUNIT_LIBS)
19
Note: See TracBrowser for help on using the repository browser.