Changeset 3
- Timestamp:
- 04/10/06 08:03:25 (2 years ago)
- Files:
-
- trunk/COPYING (added)
- trunk/Makefile.am (modified) (1 diff)
- trunk/tests/Makefile.am (modified) (1 diff)
- trunk/tests/main.cxx (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Makefile.am
r2 r3 1 1 # Process this file with automake to produce a Makefile.in file. 2 SUBDIRS = intl po m4 src tests doc 2 SUBDIRS = intl po m4 src doc 3 if build_tests 4 SUBDIRS += tests 5 endif 3 6 4 7 ACLOCAL_AMFLAGS = -I m4 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)
