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/pstap/src/Makefile.am

    r8731 r8841  
    55        $(PSLIB_LIBS)
    66
     7TEST_LTLIBS = libpstap.la
     8libpstap_la_SOURCES = pstap.c
    79noinst_HEADERS = pstap.h
    8 check_LTLIBRARIES = libpstap.la
    910
    10 libpstap_la_SOURCES = pstap.c
     11if BUILD_TESTS
     12lib_LTLIBRARIES = $(TEST_LTLIBS)
     13else
     14check_LTLIBRARIES = $(TEST_LTLIBS)
     15endif
     16
Note: See TracChangeset for help on using the changeset viewer.