[xiph-commits] r3142 - liboggplay/trunk

tahn at svn.annodex.net tahn at svn.annodex.net
Thu Jun 28 20:04:30 PDT 2007


Author: tahn
Date: 2007-06-28 20:04:30 -0700 (Thu, 28 Jun 2007)
New Revision: 3142

Modified:
   liboggplay/trunk/Makefile.am
   liboggplay/trunk/configure.ac
Log:
Don't make the plugin directory on the Mac.


Modified: liboggplay/trunk/Makefile.am
===================================================================
--- liboggplay/trunk/Makefile.am	2007-06-29 03:04:12 UTC (rev 3141)
+++ liboggplay/trunk/Makefile.am	2007-06-29 03:04:30 UTC (rev 3142)
@@ -32,7 +32,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-SUBDIRS = include src plugin
+SUBDIRS = include src $(PLUGIN)
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = oggplay.pc

Modified: liboggplay/trunk/configure.ac
===================================================================
--- liboggplay/trunk/configure.ac	2007-06-29 03:04:12 UTC (rev 3141)
+++ liboggplay/trunk/configure.ac	2007-06-29 03:04:30 UTC (rev 3142)
@@ -69,10 +69,12 @@
     CFLAGS="$CFLAGS -I/Developer/Headers/FlatCarbon/"
     HAVE_FRAMEWORKS="yes"
     AC_SUBST(PLATFORM,"mac")
+    AC_SUBST(PLUGIN, "")
     ;;
   linux* | solaris*)
     SHLIB_VERSION_ARG="-Wl,--version-script=Version_script"
     AC_SUBST(PLATFORM,"linux")
+    AC_SUBST(PLUGIN, "plugin")
     ;;
   *)
     ;;



More information about the commits mailing list