Changeset 4 for trunk/src/Makefile.am
- Timestamp:
- 04/10/06 09:50:46 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.am
r2 r4 1 1 # Process this file with automake to produce a Makefile.in file. 2 noinst_LIBRARIES = libepdfview.a 2 3 4 libepdfview_a_SOURCES = \ 5 Document.cxx \ 6 Document.h \ 7 DocumentIndex.cxx \ 8 DocumentIndex.h \ 9 epdfview.h \ 10 gettext.h 11 12 libepdfview_a_CXXFLAGS = \ 13 $(GLIB_CFLAGS)
