IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7415


Ignore:
Timestamp:
Jun 7, 2006, 1:33:38 PM (20 years ago)
Author:
rhl
Message:

Need $(GSL_CFLAGS) on systems where gsl's not found in the path

File:
1 edited

Legend:

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

    r7380 r7415  
    33noinst_LTLIBRARIES = libpslibimageops.la
    44
    5 libpslibimageops_la_CPPFLAGS = $(SRCINC)
     5libpslibimageops_la_CPPFLAGS = $(SRCINC) $(GSL_CFLAGS)
    66libpslibimageops_la_SOURCES = \
    77        psImageBackground.c \
Note: See TracChangeset for help on using the changeset viewer.