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

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