IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2006, 2:43:04 PM (20 years ago)
Author:
jhoblitt
Message:

link the test drivers against the libpslib.la libtool archive instead of letting the linker search for a .so -- this also lets the tests be linked statically

File:
1 edited

Legend:

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

    r7210 r7884  
    22#
    33AM_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS) -DVERIFIED_DIR=\"$(srcdir)/verified\"
    4 AM_LDFLAGS = -L$(top_builddir)/src -lpslib $(PSLIB_LIBS)
     4AM_LDFLAGS = $(top_builddir)/src/libpslib.la $(PSLIB_LIBS)
    55
    66TESTS = \
Note: See TracChangeset for help on using the changeset viewer.