IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2005, 12:49:39 PM (21 years ago)
Author:
desonia
Message:

general autoconf cleanup.

Location:
trunk/psLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib

    • Property svn:ignore
      •  

        old new  
         1DoxygenLog
        12bin
        23lib
  • trunk/psLib/test/astronomy/Makefile.am

    r3115 r3127  
    1111        $(all_includes)
    1212
    13 PSLIB_LIBS = `sh $(top_srcdir)/pslib-config --libs`
    14 AM_LDFLAGS = $(PSLIB_LIBS) -L$(top_srcdir)/src
     13AM_LDFLAGS = -L$(top_builddir)/src $(PSLIB_LIBS)
    1514
    1615check_PROGRAMS = tst_psTime_01 \
     
    3029         tst_psAstrometry01
    3130
    32 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest
     31TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest --verified=$(srcdir)/verified
     32 
    3333TESTS = tst_psTime_01 \
    3434         tst_psTime_02 \
     
    6666BUILT_SOURCES = test.psTime.config1 test.psTime.config2 test.psTime.config3 test.psTime.config4
    6767
     68EXTRA_DIST = test.psTime.config1.template \
     69        test.psTime.config2.template \
     70        test.psTime.config3.template \
     71        test.psTime.config4.template \
     72        verified
     73
    6874test.psTime.config1: test.psTime.config1.template
    6975        sed 's|PREFIX|$(prefix)|' $? > $@
Note: See TracChangeset for help on using the changeset viewer.