IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6141


Ignore:
Timestamp:
Jan 21, 2006, 5:17:22 PM (20 years ago)
Author:
Paul Price
Message:

Fix to make psphot and psphotTest link against libpsphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/Makefile.am

    r6140 r6141  
    66
    77psphot_CPPFLAGS = $(libpsphot_la_CPPFLAGS)
    8 psphot_LDADD = $(libpsphot_la_LADDADD) -lpsphot
     8psphot_LDADD = libpsphot.la
    99
    1010psphotTest_CPPFLAGS = $(libpsphot_la_CPPFLAGS)
    11 psphotTest_LDADD = $(libpsphot_la_LADDADD) -lpsphot
     11psphotTest_LDADD = libpsphot.la
    1212
    1313
Note: See TracChangeset for help on using the changeset viewer.