IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7416


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

Need $(JPEG_CFLAGS) on systems where libjpeg's not found in the path

File:
1 edited

Legend:

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

    r7380 r7416  
    33noinst_LTLIBRARIES = libpslibjpeg.la
    44
    5 libpslibjpeg_la_CPPFLAGS = $(SRCINC)
     5libpslibjpeg_la_CPPFLAGS = $(SRCINC) $(JPEG_CFLAGS)
    66libpslibjpeg_la_SOURCES = \
    77        psImageJpeg.c
Note: See TracChangeset for help on using the changeset viewer.