You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
399 B

  1. # $Id$
  2. AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I../cucul
  3. if USE_CPPUNIT
  4. cppunit_tests = cucul-test
  5. endif
  6. noinst_PROGRAMS = simple $(cppunit_tests)
  7. TESTS = $(noinst_PROGRAMS)
  8. simple_SOURCES = simple.c
  9. simple_LDADD = ../cucul/libcucul.la
  10. cucul_test_SOURCES = cucul-test.cpp canvas.cpp
  11. cucul_test_CPPFLAGS = $(CPPUNIT_CFLAGS)
  12. cucul_test_LDADD = ../cucul/libcucul.la $(CPPUNIT_LIBS)