IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2007, 11:32:57 AM (19 years ago)
Author:
jhoblitt
Message:

mv tap_psFits, tap_psImageFFT, tap_psVectorFFT, and tap_psXML from test/imageops into the proper directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/fft/Makefile.am

    r8958 r11439  
    1 AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS)
     1AM_CPPFLAGS = \
     2    $(SRCINC) \
     3    -I$(top_srcdir)/test/tap/src \
     4    -I$(top_srcdir)/test/pstap/src \
     5    $(PSLIB_CFLAGS)
     6
    27AM_LDFLAGS = \
    3         $(top_builddir)/src/libpslib.la  \
    4         $(top_builddir)/test/tap/src/libtap.la \
    5         $(PSLIB_LIBS)
     8    $(top_builddir)/src/libpslib.la  \
     9    $(top_builddir)/test/tap/src/libtap.la \
     10    $(top_builddir)/test/pstap/src/libpstap.la \
     11    $(PSLIB_LIBS)
    612
    7 TEST_PROGS =
     13TEST_PROGS = \
     14        tap_psImageFFT \
     15        tap_psVectorFFT
    816
    917if BUILD_TESTS
Note: See TracChangeset for help on using the changeset viewer.