IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2006, 2:18:12 PM (20 years ago)
Author:
Paul Price
Message:

Adding --enable-tests to configure script, to allow choice as to when the tests are built. Removed xml from build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/tap/src/Makefile.am

    r8731 r8841  
    1 check_LTLIBRARIES = libtap.la
     1TEST_LTLIBS = libtap.la
    22libtap_la_SOURCES = tap.c tap.h
     3include_HEADERS = tap.h
     4
     5if BUILD_TESTS
     6lib_LTLIBRARIES = $(TEST_LTLIBS)
     7else
     8check_LTLIBRARIES = $(TEST_LTLIBS)
     9endif
    310
    411man_MANS = tap.3
    512EXTRA_DIST = $(man_MANS)
    613
    7 include_HEADERS = tap.h
Note: See TracChangeset for help on using the changeset viewer.