banshee r3482 - in branches/banshee/stable: . ext/taglib-sharp
- From: sdroege svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r3482 - in branches/banshee/stable: . ext/taglib-sharp
- Date: Tue, 18 Mar 2008 23:42:32 +0000 (GMT)
Author: sdroege
Date: Tue Mar 18 23:42:32 2008
New Revision: 3482
URL: http://svn.gnome.org/viewvc/banshee?rev=3482&view=rev
Log:
* ext/taglib-sharp/Makefile.am: Don't build and install taglib-sharp
if we build with an external one.
Modified:
   branches/banshee/stable/ChangeLog
   branches/banshee/stable/ext/taglib-sharp/Makefile.am
Modified: branches/banshee/stable/ext/taglib-sharp/Makefile.am
==============================================================================
--- branches/banshee/stable/ext/taglib-sharp/Makefile.am	(original)
+++ branches/banshee/stable/ext/taglib-sharp/Makefile.am	Tue Mar 18 23:42:32 2008
@@ -3,15 +3,17 @@
 ASSEMBLY_NAME = TagLib
 ASSEMBLY = $(ASSEMBLY_NAME).dll
 
+include $(srcdir)/TagLib/TagLib.sources
+
+if !EXTERNAL_TAGLIB_SHARP
 taglibdir = $(pkglibdir)
 taglib_SCRIPTS = $(ASSEMBLY) $(ASSEMBLY).mdb
 
-include $(srcdir)/TagLib/TagLib.sources
-
 all: $(ASSEMBLY)
 
 $(ASSEMBLY): $(TAGLIB_CSFILES)
 	$(BUILD_LIB) -out:$@ $(LINK_MONO_UNIX) $(TAGLIB_CSFILES)
+endif
 
 EXTRA_DIST = $(TAGLIB_CSFILES) $(srcdir)/TagLib/TagLib.sources
 CLEANFILES = $(taglib_SCRIPTS)
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]