IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5297 for trunk/psLib/src/math


Ignore:
Timestamp:
Oct 12, 2005, 11:58:45 AM (21 years ago)
Author:
desonia
Message:

added src in the SRCINC include path.

File:
1 edited

Legend:

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

    r4981 r5297  
    55libpslibmath_la_CPPFLAGS = $(SRCINC) $(GSL_CFLAGS)
    66libpslibmath_la_SOURCES = \
     7        psUnaryOp.c \
    78        psBinaryOp.c \
    89        psCompare.c \
     
    1213        psPolynomial.c \
    1314        psSpline.c \
    14         psStats.c \
    15         psUnaryOp.c
     15        psStats.c
    1616
    1717EXTRA_DIST = math.i
     
    1919pslibincludedir = $(includedir)
    2020pslibinclude_HEADERS = \
     21        psUnaryOp.h \
    2122        psBinaryOp.h \
    2223        psCompare.h \
     
    2728        psPolynomial.h \
    2829        psSpline.h \
    29         psStats.h \
    30         psUnaryOp.h
     30        psStats.h
Note: See TracChangeset for help on using the changeset viewer.