Changeset 5 for trunk/tests/Makefile.am
- Timestamp:
- 04/10/06 09:54:54 (3 years ago)
- Files:
-
- 1 modified
-
trunk/tests/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Makefile.am
r4 r5 2 2 TESTS=test_epdfview 3 3 noinst_PROGRAMS=test_epdfview 4 EXTRA_DIST = test1.pdf 4 5 5 6 test_epdfview_SOURCES = \ … … 8 9 main.cxx 9 10 10 test_epdfview_CXXFLAGS = \ 11 -I$(top_srcdir)/src \ 12 $(GLIB_CFLAGS) \ 11 test_epdfview_CXXFLAGS = \ 12 -DTEST_DATA_DIR=$(top_srcdir)/src \ 13 -I$(top_srcdir)/src \ 14 $(GLIB_CFLAGS) \ 13 15 $(CPPUNIT_CFLAGS) 14 16 15 test_epdfview_LDFLAGS = \16 $(GLIB_LIBS) \17 test_epdfview_LDFLAGS = \ 18 $(GLIB_LIBS) \ 17 19 $(CPPUNIT_LIBS) 18 20
