[banshee] Set proper install dir for some extensions
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Subject: [banshee] Set proper install dir for some extensions
- Date: Thu, 18 Jun 2009 10:07:37 -0400 (EDT)
commit cacfa92d04b33aed6aa18c65a8634dfbfb3230a6
Author: Gabriel Burt <gabriel burt gmail com>
Date: Thu Jun 18 09:05:31 2009 -0500
Set proper install dir for some extensions
src/Extensions/Banshee.MediaWeb/Makefile.am | 1 +
src/Extensions/Banshee.Sample/Makefile.am | 1 +
src/Extensions/Banshee.Wikipedia/Makefile.am | 1 +
src/Extensions/Template/Makefile.am | 1 +
4 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.MediaWeb/Makefile.am b/src/Extensions/Banshee.MediaWeb/Makefile.am
index 4ff552c..61908a9 100644
--- a/src/Extensions/Banshee.MediaWeb/Makefile.am
+++ b/src/Extensions/Banshee.MediaWeb/Makefile.am
@@ -1,6 +1,7 @@
ASSEMBLY = Banshee.MediaWeb
TARGET = library
LINK = $(LINK_BANSHEE_THICKCLIENT_DEPS) $(LINK_WEBKIT)
+INSTALL_DIR = $(EXTENSIONS_INSTALL_DIR)
SOURCES = \
Banshee.MediaWeb/MediaWebSource.cs \
diff --git a/src/Extensions/Banshee.Sample/Makefile.am b/src/Extensions/Banshee.Sample/Makefile.am
index ea1accc..9c0642e 100644
--- a/src/Extensions/Banshee.Sample/Makefile.am
+++ b/src/Extensions/Banshee.Sample/Makefile.am
@@ -1,6 +1,7 @@
ASSEMBLY = Banshee.Sample
TARGET = library
LINK = $(REF_EXTENSION_SAMPLE)
+INSTALL_DIR = $(EXTENSIONS_INSTALL_DIR)
SOURCES = \
Banshee.Sample/SampleSource.cs \
diff --git a/src/Extensions/Banshee.Wikipedia/Makefile.am b/src/Extensions/Banshee.Wikipedia/Makefile.am
index cf3eaed..84df341 100644
--- a/src/Extensions/Banshee.Wikipedia/Makefile.am
+++ b/src/Extensions/Banshee.Wikipedia/Makefile.am
@@ -1,6 +1,7 @@
ASSEMBLY = Banshee.Wikipedia
TARGET = library
LINK = $(LINK_BANSHEE_THICKCLIENT_DEPS) $(LINK_WEBKIT)
+INSTALL_DIR = $(EXTENSIONS_INSTALL_DIR)
SOURCES = \
Banshee.Wikipedia/ContextPage.cs \
diff --git a/src/Extensions/Template/Makefile.am b/src/Extensions/Template/Makefile.am
index 6e62668..3a0b71b 100644
--- a/src/Extensions/Template/Makefile.am
+++ b/src/Extensions/Template/Makefile.am
@@ -1,6 +1,7 @@
ASSEMBLY = @EXTENSION_NAME@
TARGET = library
LINK = $(REF_FIXME)
+INSTALL_DIR = $(EXTENSIONS_INSTALL_DIR)
SOURCES = \
@EXTENSION_NAME@/blah.cs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]