[xiph-commits] r3534 - mod_annodex-ap20/trunk

conrad at svn.annodex.net conrad at svn.annodex.net
Tue Apr 1 14:24:37 PDT 2008


Author: conrad
Date: 2008-04-01 14:24:37 -0700 (Tue, 01 Apr 2008)
New Revision: 3534

Modified:
   mod_annodex-ap20/trunk/Makefile
Log:
add OS X / Fink tool paths to Makefile, using patch from Stjepan Rajko
NB. requires manual editing of Makefile on OS X


Modified: mod_annodex-ap20/trunk/Makefile
===================================================================
--- mod_annodex-ap20/trunk/Makefile	2008-03-31 12:34:30 UTC (rev 3533)
+++ mod_annodex-ap20/trunk/Makefile	2008-04-01 21:24:37 UTC (rev 3534)
@@ -1,18 +1,27 @@
 ##
-##  Makefile -- Build procedure for sample annodex Apache module
-##  Autogenerated via ``apxs -n annodex -g''.
+##  Makefile -- Build procedure for Annodex Apache module
+##  Originally autogenerated via ``apxs -n annodex -g''.
 ##
 
 builddir=.
+
+## Default paths
 top_srcdir=/usr/share/apache2
 top_builddir=/usr/share/apache2
 include /usr/share/apache2/build/special.mk
+LIBTOOL=/usr/bin/libtool
+SH_LIBTOOL=/usr/bin/libtool
 
-#   the used tools
+## OS X/Fink: comment out default paths above, and uncomment these
+#top_srcdir=/usr/share/httpd
+#top_builddir=/usr/share/httpd
+#include /usr/share/httpd/build/special.mk
+#LIBTOOL=/sw/bin/glibtool
+#SH_LIBTOOL=/sw/bin/glibtool
+
+# Tools
 APXS=apxs2
 APACHECTL=apache2ctl
-LIBTOOL=/usr/bin/libtool
-SH_LIBTOOL=/usr/bin/libtool
 
 #   additional defines, includes and libraries
 #DEFS=-Dmy_define=my_value



More information about the commits mailing list