IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2005, 12:15:45 PM (21 years ago)
Author:
drobbin
Message:

Applied patches from bug 528

File:
1 edited

Legend:

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

    r4754 r5067  
    1 lib_LIBRARIES = libpsmodule.a
     1lib_LTLIBRARIES = libpsmodule.la
    22
    3 libpsmodule_a_SOURCES = pmFlatField.c \
     3libpsmodule_la_CPPFLAGS = $(PSLIB_CFLAGS)
     4libpsmodule_la_LDFLAGS  = -release $(PACKAGE_VERSION)
     5libpsmodule_la_SOURCES  = pmFlatField.c \
    46  pmImageCombine.c \
    57  pmImageSubtract.c \
     
    1214  pmAstrometry.c
    1315
    14 libpsmodule_a_HEADERS = pmFlatFieldErrors.h \
     16libpsmodule_ladir = $(includedir)
     17libpsmodule_la_HEADERS = \
     18  pmFlatFieldErrors.h \
    1519  pmMaskBadPixelsErrors.h \
    1620  pmFlatField.h \
     
    2630
    2731EXTRA_DIST = psErrorCodes.dat
    28 
    29 libpsmodule_adir = $(includedir)
Note: See TracChangeset for help on using the changeset viewer.