IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2005, 4:36:42 PM (21 years ago)
Author:
desonia
Message:

prepared the config/data directories to be installed into standard areas.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/Makefile.am

    r3131 r3182  
    1111noinst_LTLIBRARIES = libpslibdataManip.la
    1212
    13 libpslibdataManip_la_SOURCES = \
    14         psMatrixVectorArithmetic.c \
    15         psStats.c  \
    16         psFunctions.c \
    17         psMatrix.c \
    18         psVectorFFT.c \
    19         psMinimize.c \
    20         psRandom.c
     13libpslibdataManip_la_SOURCES = psUnaryOp.c psBinaryOp.c psStats.c \
     14                psFunctions.c psMatrix.c psVectorFFT.c psMinimize.c psRandom.c
    2115           
    2216BUILT_SOURCES = psDataManipErrors.h
     
    3226        psFunctions.h \
    3327        psMatrix.h \
    34         psMatrixVectorArithmetic.h \
     28    psBinaryOp.h \
     29    psUnaryOp.h \
    3530        psVectorFFT.h \
    3631        psMinimize.h \
Note: See TracChangeset for help on using the changeset viewer.