Changeset 128

Show
Ignore:
Timestamp:
02/13/06 21:33:34 (3 years ago)
Author:
conrad
Message:

add get_epeg_cvs.sh script, and infrastructure to build from local epeg.a

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fastphoto/trunk/configure.ac

    r125 r128  
    117117# Checks for library functions. 
    118118 
     119PKG_CONFIG_PATH=$PWD/epeg:$PKG_CONFIG_PATH 
     120PKG_CHECK_MODULES(EPEG, epeg, HAVE_EPEG=yes, 
     121        AC_MSG_ERROR([ 
     122 
     123could not find Epeg. please update PKG_CONFIG_PATH to point to Epeg's source 
     124folder or run ./get_epeg_cvs.sh 
     125]) 
     126) 
     127AC_SUBST(EPEG_CFLAGS) 
     128AC_SUBST(EPEG_LIBS) 
     129 
     130 
    119131dnl 
    120132dnl  Configuration tests complete -- provide summary of results. 
  • fastphoto/trunk/src/Makefile.am

    r125 r128  
    11# Process this file with automake to produce Makefile.in 
    22 
    3 INCLUDES = -I/usr/local/include 
    4 EPEG_LIBS = -L/usr/local/lib -lepeg 
     3AM_CFLAGS = $(EPEG_CFLAGS) 
    54 
    65bin_PROGRAMS = fastphoto