Changeset 5297 for trunk/psLib/src/math
- Timestamp:
- Oct 12, 2005, 11:58:45 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/Makefile.am (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/Makefile.am
r4981 r5297 5 5 libpslibmath_la_CPPFLAGS = $(SRCINC) $(GSL_CFLAGS) 6 6 libpslibmath_la_SOURCES = \ 7 psUnaryOp.c \ 7 8 psBinaryOp.c \ 8 9 psCompare.c \ … … 12 13 psPolynomial.c \ 13 14 psSpline.c \ 14 psStats.c \ 15 psUnaryOp.c 15 psStats.c 16 16 17 17 EXTRA_DIST = math.i … … 19 19 pslibincludedir = $(includedir) 20 20 pslibinclude_HEADERS = \ 21 psUnaryOp.h \ 21 22 psBinaryOp.h \ 22 23 psCompare.h \ … … 27 28 psPolynomial.h \ 28 29 psSpline.h \ 29 psStats.h \ 30 psUnaryOp.h 30 psStats.h
Note:
See TracChangeset
for help on using the changeset viewer.
