Changeset 9875 for trunk/psLib/test/imageops/Makefile.am
- Timestamp:
- Nov 6, 2006, 9:45:33 PM (20 years ago)
- Location:
- trunk/psLib/test/imageops
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/imageops
- Property svn:ignore
-
old new 21 21 *.da 22 22 gmon.out 23 tap_psImageShift
-
- Property svn:ignore
-
trunk/psLib/test/imageops/Makefile.am
r8958 r9875 1 AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS) 1 2 AM_CPPFLAGS = \ 3 $(SRCINC) \ 4 -I$(top_srcdir)/test/tap/src \ 5 -I$(top_srcdir)/test/pstap/src \ 6 $(PSLIB_CFLAGS) 7 2 8 AM_LDFLAGS = \ 3 9 $(top_builddir)/src/libpslib.la \ 4 10 $(top_builddir)/test/tap/src/libtap.la \ 11 $(top_builddir)/test/pstap/src/libpstap.la \ 5 12 $(PSLIB_LIBS) 6 13 7 TEST_PROGS = 14 TEST_PROGS = \ 15 tap_psImageShift 8 16 9 17 if BUILD_TESTS
Note:
See TracChangeset
for help on using the changeset viewer.
