Changeset 3 for trunk/tests/Makefile.am
- Timestamp:
- 04/10/06 08:03:25 (3 years ago)
- Files:
-
- 1 modified
-
trunk/tests/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Makefile.am
r2 r3 1 1 # Process this file with automake to produce a Makefile.in file. 2 TESTS=test_epdfview 3 noinst_PROGRAMS=test_epdfview 2 4 5 test_epdfview_SOURCES = \ 6 main.cxx 7 8 test_epdfview_CXXFLAGS = \ 9 -I$(top_srcdir)/src \ 10 $(GLIB_CFLAGS) \ 11 $(CPPUNIT_CFLAGS) 12 13 test_epdfview_LDFLAGS = \ 14 $(GLIB_LIBS) \ 15 $(CPPUNIT_LIBS)
