Changeset 3127 for trunk/psLib/test/image/Makefile.am
- Timestamp:
- Feb 4, 2005, 12:49:39 PM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
test/image/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib
- Property svn:ignore
-
old new 1 DoxygenLog 1 2 bin 2 3 lib
-
- Property svn:ignore
-
trunk/psLib/test/image/Makefile.am
r3115 r3127 1 #Makefile for astronomyfunctions of psLib1 #Makefile for image functions of psLib 2 2 # 3 EXTRA_DIST = verified 4 3 5 INCLUDES = \ 4 6 -I$(top_srcdir)/src \ … … 11 13 $(all_includes) 12 14 13 AM_LDFLAGS = -L$(top_ srcdir)/src `sh $(top_srcdir)/pslib-config --libs`15 AM_LDFLAGS = -L$(top_builddir)/src $(PSLIB_LIBS) 14 16 15 17 check_PROGRAMS = \ … … 27 29 tst_psImageInterpolate 28 30 29 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest 31 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified 30 32 TESTS = \ 31 33 tst_psImage \
Note:
See TracChangeset
for help on using the changeset viewer.
