IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 17, 2006, 12:15:18 PM (20 years ago)
Author:
Paul Price
Message:

Propogating PSLIB_CFLAGS to the lower levels, so that, e.g., -DPS_NO_TRACE is seen when compiling the code.

File:
1 edited

Legend:

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

    r8232 r8412  
    33lib_LTLIBRARIES = libpslib.la
    44
    5 libpslib_la_CPPFLAGS = $(SRCINC)
     5libpslib_la_CPPFLAGS = $(PSLIB_CFLAGS) $(SRCINC)
    66libpslib_la_LIBADD = $(SRCSUBLIBS)
    77libpslib_la_DEPENDENCIES = $(SRCSUBLIBS)
Note: See TracChangeset for help on using the changeset viewer.