IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2006, 1:50:47 PM (20 years ago)
Author:
jhoblitt
Message:

move $SRCINC to always be left of $PSLIB_CFLAGS

File:
1 edited

Legend:

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

    r8412 r8712  
    33noinst_LTLIBRARIES = libpslibmathtypes.la
    44
    5 libpslibmathtypes_la_CPPFLAGS = $(PSLIB_CFLAGS) $(SRCINC)
     5libpslibmathtypes_la_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS)
    66libpslibmathtypes_la_SOURCES = \
    77        psImage.c \
Note: See TracChangeset for help on using the changeset viewer.