Changeset 4 for trunk/tests/Makefile.am
- Timestamp:
- 04/10/06 09:50:46 (3 years ago)
- Files:
-
- 1 modified
-
trunk/tests/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Makefile.am
r3 r4 4 4 5 5 test_epdfview_SOURCES = \ 6 DocumentTest.cxx \ 7 DocumentTest.h \ 6 8 main.cxx 7 9 … … 11 13 $(CPPUNIT_CFLAGS) 12 14 13 test_epdfview_LDFLAGS = \14 $(GLIB_LIBS) \15 test_epdfview_LDFLAGS = \ 16 $(GLIB_LIBS) \ 15 17 $(CPPUNIT_LIBS) 18 19 test_epdfview_LDADD = $(top_builddir)/src/libepdfview.a
