IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2006, 12:29:25 PM (20 years ago)
Author:
jhoblitt
Message:

link libpslib directly against all of it's dependencies. This is for two reaons, 1) so that linkage problems with static libs on platforms with strict PIC ABI rules are caught during the build process and 2) this common practice on most platforms

File:
1 edited

Legend:

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

    r8956 r9007  
    44
    55libpslib_la_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS)
    6 libpslib_la_LIBADD = $(SRCSUBLIBS)
     6libpslib_la_LIBADD = $(SRCSUBLIBS) $(PSLIB_LIBS)
    77libpslib_la_DEPENDENCIES = $(SRCSUBLIBS)
    88libpslib_la_SOURCES =
Note: See TracChangeset for help on using the changeset viewer.