IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2006, 1:13:37 PM (20 years ago)
Author:
jhoblitt
Message:

rename library & utilities from psModule -> psModules

File:
1 edited

Legend:

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

    r7589 r8569  
    1 noinst_LTLIBRARIES = libpsmodulecamera.la
     1noinst_LTLIBRARIES = libpsmodulescamera.la
    22
    3 libpsmodulecamera_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS)
    4 libpsmodulecamera_la_LDFLAGS  = -release $(PACKAGE_VERSION)
    5 libpsmodulecamera_la_SOURCES  = \
     3libpsmodulescamera_la_CPPFLAGS = $(SRCINC) $(PSMODULES_CFLAGS)
     4libpsmodulescamera_la_LDFLAGS  = -release $(PACKAGE_VERSION)
     5libpsmodulescamera_la_SOURCES  = \
    66        pmFPA.c \
    77        pmFPAConstruct.c \
     
    2323        pmFPAfileFitsIO.c
    2424
    25 psmoduleincludedir = $(includedir)
    26 psmoduleinclude_HEADERS = \
     25psmodulesincludedir = $(includedir)
     26psmodulesinclude_HEADERS = \
    2727        pmFPA.h \
    2828        pmFPAConstruct.h \
Note: See TracChangeset for help on using the changeset viewer.