Changeset 3534

Show
Ignore:
Timestamp:
2008-04-01 14:24:37 (8 months ago)
Author:
conrad
Message:

add OS X / Fink tool paths to Makefile, using patch from Stjepan Rajko
NB. requires manual editing of Makefile on OS X

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mod_annodex-ap20/trunk/Makefile

    r782 r3534  
    11## 
    2 ##  Makefile -- Build procedure for sample annodex Apache module 
    3 ##  Autogenerated via ``apxs -n annodex -g''. 
     2##  Makefile -- Build procedure for Annodex Apache module 
     3##  Originally autogenerated via ``apxs -n annodex -g''. 
    44## 
    55 
    66builddir=. 
     7 
     8## Default paths 
    79top_srcdir=/usr/share/apache2 
    810top_builddir=/usr/share/apache2 
    911include /usr/share/apache2/build/special.mk 
     12LIBTOOL=/usr/bin/libtool 
     13SH_LIBTOOL=/usr/bin/libtool 
    1014 
    11 #   the used tools 
     15## OS X/Fink: comment out default paths above, and uncomment these 
     16#top_srcdir=/usr/share/httpd 
     17#top_builddir=/usr/share/httpd 
     18#include /usr/share/httpd/build/special.mk 
     19#LIBTOOL=/sw/bin/glibtool 
     20#SH_LIBTOOL=/sw/bin/glibtool 
     21 
     22# Tools 
    1223APXS=apxs2 
    1324APACHECTL=apache2ctl 
    14 LIBTOOL=/usr/bin/libtool 
    15 SH_LIBTOOL=/usr/bin/libtool 
    1625 
    1726#   additional defines, includes and libraries