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/astrom/Makefile.am

    r7215 r8569  
    1 noinst_LTLIBRARIES = libpsmoduleastrom.la
     1noinst_LTLIBRARIES = libpsmodulesastrom.la
    22
    3 libpsmoduleastrom_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS) -I../pslib/
    4 libpsmoduleastrom_la_LDFLAGS  = -release $(PACKAGE_VERSION)
    5 libpsmoduleastrom_la_SOURCES  = \
     3libpsmodulesastrom_la_CPPFLAGS = $(SRCINC) $(PSMODULES_CFLAGS) -I../pslib/
     4libpsmodulesastrom_la_LDFLAGS  = -release $(PACKAGE_VERSION)
     5libpsmodulesastrom_la_SOURCES  = \
    66        pmAstrometryObjects.c \
    77        pmAstrometryDistortion.c
    88
    9 psmoduleincludedir = $(includedir)
    10 psmoduleinclude_HEADERS = \
     9psmodulesincludedir = $(includedir)
     10psmodulesinclude_HEADERS = \
    1111        pmAstrometryObjects.h \
    1212        pmAstrometryDistortion.h
Note: See TracChangeset for help on using the changeset viewer.