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/xml/Makefile.am

    r7985 r8412  
    33noinst_LTLIBRARIES = libpslibxml.la
    44
    5 libpslibxml_la_CPPFLAGS = $(SRCINC) $(XML_CFLAGS)
     5libpslibxml_la_CPPFLAGS = $(PSLIB_CFLAGS) $(SRCINC) $(XML_CFLAGS)
    66libpslibxml_la_SOURCES = \
    77        psXML.c
Note: See TracChangeset for help on using the changeset viewer.