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

    r7985 r8412  
    33noinst_LTLIBRARIES = libpslibfits.la
    44
    5 libpslibfits_la_CFLAGS = $(SRCINC) $(CFITSIO_CFLAGS) $(AM_CFLAGS)
     5libpslibfits_la_CFLAGS = $(PSLIB_CFLAGS) $(SRCINC) $(CFITSIO_CFLAGS) $(AM_CFLAGS)
    66libpslibfits_la_SOURCES = \
    77        psFits.c \
Note: See TracChangeset for help on using the changeset viewer.