IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8412 for trunk/psLib/src/astro


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

    r7985 r8412  
    55noinst_LTLIBRARIES = libpslibastro.la
    66
    7 libpslibastro_la_CPPFLAGS = $(SRCINC)
     7libpslibastro_la_CPPFLAGS = $(PSLIB_CFLAGS) $(SRCINC)
    88libpslibastro_la_SOURCES = \
    99        psTime.c \
Note: See TracChangeset for help on using the changeset viewer.