IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9015


Ignore:
Timestamp:
Sep 27, 2006, 4:19:35 PM (20 years ago)
Author:
jhoblitt
Message:

link libpsmodules 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/psModules/src/Makefile.am

    r8990 r9015  
    44libpsmodules_la_SOURCES = dummy.c
    55libpsmodules_la_CPPFLAGS = $(SRCINC)
    6 libpsmodules_la_LIBADD = $(SRCSUBLIBS)
     6libpsmodules_la_LIBADD = $(SRCSUBLIBS) $(PSMODULES_LIBS)
    77libpsmodules_la_DEPENDENCIES = $(SRCSUBLIBS)
    88
Note: See TracChangeset for help on using the changeset viewer.