Changeset 11252
- Timestamp:
- Jan 23, 2007, 3:24:38 PM (19 years ago)
- Location:
- trunk/psLib/test/db
- Files:
-
- 1 added
- 1 edited
-
Makefile.am (modified) (1 diff)
-
tap_psDB.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/db/Makefile.am
r8958 r11252 1 AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS) 1 AM_CPPFLAGS = \ 2 $(SRCINC) \ 3 -I$(top_srcdir)/test/tap/src \ 4 -I$(top_srcdir)/test/pstap/src \ 5 $(PSLIB_CFLAGS) 6 2 7 AM_LDFLAGS = \ 3 $(top_builddir)/src/libpslib.la \ 4 $(top_builddir)/test/tap/src/libtap.la \ 5 $(PSLIB_LIBS) 8 $(top_builddir)/src/libpslib.la \ 9 $(top_builddir)/test/tap/src/libtap.la \ 10 $(top_builddir)/test/pstap/src/libpstap.la \ 11 $(PSLIB_LIBS) 6 12 7 TEST_PROGS = 13 TEST_PROGS = \ 14 tap_psDB 8 15 9 16 if BUILD_TESTS
Note:
See TracChangeset
for help on using the changeset viewer.
