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

    r7849 r8569  
    1 noinst_LTLIBRARIES = libpsmoduleconcepts.la
     1noinst_LTLIBRARIES = libpsmodulesconcepts.la
    22
    3 libpsmoduleconcepts_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS)
    4 libpsmoduleconcepts_la_LDFLAGS  = -release $(PACKAGE_VERSION)
    5 libpsmoduleconcepts_la_SOURCES  = \
     3libpsmodulesconcepts_la_CPPFLAGS = $(SRCINC) $(PSMODULES_CFLAGS)
     4libpsmodulesconcepts_la_LDFLAGS  = -release $(PACKAGE_VERSION)
     5libpsmodulesconcepts_la_SOURCES  = \
    66        pmConcepts.c \
    77        pmConceptsAverage.c \
     
    1111        pmConceptsPhotcode.c
    1212
    13 psmoduleincludedir = $(includedir)
    14 psmoduleinclude_HEADERS = \
     13psmodulesincludedir = $(includedir)
     14psmodulesinclude_HEADERS = \
    1515        pmConcepts.h \
    1616        pmConceptsAverage.h \
Note: See TracChangeset for help on using the changeset viewer.