Changeset 8841 for trunk/psLib/test/tap
- Timestamp:
- Sep 19, 2006, 2:18:12 PM (20 years ago)
- Location:
- trunk/psLib/test/tap
- Files:
-
- 2 edited
-
configure.in (modified) (1 diff)
-
src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/tap/configure.in
r7862 r8841 17 17 ;; 18 18 esac 19 20 dnl build tests at the same time as the source code 21 AC_ARG_ENABLE(tests, 22 [AS_HELP_STRING(--enable-tests,build tests at same time as source)], 23 [AC_MSG_RESULT(test building enabled) 24 tests=true], 25 [tests=false]) 26 AM_CONDITIONAL(BUILD_TESTS, test x$tests = xtrue) 19 27 20 28 # Checks for header files -
trunk/psLib/test/tap/src/Makefile.am
r8731 r8841 1 check_LTLIBRARIES = libtap.la1 TEST_LTLIBS = libtap.la 2 2 libtap_la_SOURCES = tap.c tap.h 3 include_HEADERS = tap.h 4 5 if BUILD_TESTS 6 lib_LTLIBRARIES = $(TEST_LTLIBS) 7 else 8 check_LTLIBRARIES = $(TEST_LTLIBS) 9 endif 3 10 4 11 man_MANS = tap.3 5 12 EXTRA_DIST = $(man_MANS) 6 13 7 include_HEADERS = tap.h
Note:
See TracChangeset
for help on using the changeset viewer.
