commit 6a42d155f751f98c22f169b0c100b10052a1433a
Author: phantomjinx <[email protected]>
Date: Sun Mar 20 16:46:19 2011 +0000
Update the plugin makefiles to publish their libgtkpod dependency
* Appears that libgtkpod was not advertised as a needed dependency on the
plugin libraries
plugins/core_preferences/Makefile.am | 2 +-
plugins/cover_display/Makefile.am | 2 +-
plugins/coverweb/Makefile.am | 2 +-
plugins/details_editor/Makefile.am | 2 +-
plugins/exporter/Makefile.am | 2 +-
plugins/filetype_flac/Makefile.am | 2 +-
plugins/filetype_m4a/Makefile.am | 2 +-
plugins/filetype_mp3/Makefile.am | 2 +-
plugins/filetype_mp4/Makefile.am | 2 +-
plugins/filetype_ogg/Makefile.am | 2 +-
plugins/filetype_video/Makefile.am | 2 +-
plugins/filetype_wav/Makefile.am | 2 +-
plugins/info_display/Makefile.am | 2 +-
plugins/media_player/Makefile.am | 2 +-
plugins/mserv/Makefile.am | 2 +-
plugins/photo_editor/Makefile.am | 2 +-
plugins/playlist_display/Makefile.am | 2 +-
plugins/plugins.mk | 5 +++--
plugins/repository_editor/Makefile.am | 2 +-
plugins/sorttab_display/Makefile.am | 2 +-
plugins/track_display/Makefile.am | 2 +-
21 files changed, 23 insertions(+), 22 deletions(-)
---
diff --git a/plugins/core_preferences/Makefile.am
b/plugins/core_preferences/Makefile.am
index 3da1547..cf76299 100644
--- a/plugins/core_preferences/Makefile.am
+++ b/plugins/core_preferences/Makefile.am
@@ -33,7 +33,7 @@ libcore_prefs_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libcore_prefs_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
EXTRA_DIST = \
diff --git a/plugins/cover_display/Makefile.am
b/plugins/cover_display/Makefile.am
index f8bba70..fca010f 100644
--- a/plugins/cover_display/Makefile.am
+++ b/plugins/cover_display/Makefile.am
@@ -36,7 +36,7 @@ libcover_display_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libcover_display_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
EXTRA_DIST = \
diff --git a/plugins/coverweb/Makefile.am b/plugins/coverweb/Makefile.am
index 79fc46c..922b5ae 100644
--- a/plugins/coverweb/Makefile.am
+++ b/plugins/coverweb/Makefile.am
@@ -37,7 +37,7 @@ libcoverweb_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libcoverweb_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS) \
$(WEBKIT_LIBS)
endif
diff --git a/plugins/details_editor/Makefile.am
b/plugins/details_editor/Makefile.am
index 4ad9c02..0f3c89d 100644
--- a/plugins/details_editor/Makefile.am
+++ b/plugins/details_editor/Makefile.am
@@ -35,7 +35,7 @@ libdetails_editor_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libdetails_editor_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
EXTRA_DIST = \
diff --git a/plugins/exporter/Makefile.am b/plugins/exporter/Makefile.am
index 7c96da0..e266a2d 100644
--- a/plugins/exporter/Makefile.am
+++ b/plugins/exporter/Makefile.am
@@ -34,7 +34,7 @@ libexporter_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libexporter_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
EXTRA_DIST = \
diff --git a/plugins/filetype_flac/Makefile.am
b/plugins/filetype_flac/Makefile.am
index 9abad48..e0f09bc 100644
--- a/plugins/filetype_flac/Makefile.am
+++ b/plugins/filetype_flac/Makefile.am
@@ -36,7 +36,7 @@ libfiletype_flac_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libfiletype_flac_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
endif
diff --git a/plugins/filetype_m4a/Makefile.am b/plugins/filetype_m4a/Makefile.am
index bbd4c0b..af3e3e7 100644
--- a/plugins/filetype_m4a/Makefile.am
+++ b/plugins/filetype_m4a/Makefile.am
@@ -37,7 +37,7 @@ libfiletype_m4a_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libfiletype_m4a_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
endif
diff --git a/plugins/filetype_mp3/Makefile.am b/plugins/filetype_mp3/Makefile.am
index 555cc42..ef8aa77 100644
--- a/plugins/filetype_mp3/Makefile.am
+++ b/plugins/filetype_mp3/Makefile.am
@@ -33,7 +33,7 @@ libfiletype_mp3_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libfiletype_mp3_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
EXTRA_DIST = \
diff --git a/plugins/filetype_mp4/Makefile.am b/plugins/filetype_mp4/Makefile.am
index 7a72a9d..2ae1f34 100644
--- a/plugins/filetype_mp4/Makefile.am
+++ b/plugins/filetype_mp4/Makefile.am
@@ -36,7 +36,7 @@ libfiletype_mp4_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libfiletype_mp4_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
endif
diff --git a/plugins/filetype_ogg/Makefile.am b/plugins/filetype_ogg/Makefile.am
index c9d6b36..ac5c185 100644
--- a/plugins/filetype_ogg/Makefile.am
+++ b/plugins/filetype_ogg/Makefile.am
@@ -36,7 +36,7 @@ libfiletype_ogg_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libfiletype_ogg_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
endif
diff --git a/plugins/filetype_video/Makefile.am
b/plugins/filetype_video/Makefile.am
index d6a7541..d9be790 100644
--- a/plugins/filetype_video/Makefile.am
+++ b/plugins/filetype_video/Makefile.am
@@ -33,7 +33,7 @@ libfiletype_video_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libfiletype_video_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
EXTRA_DIST = \
diff --git a/plugins/filetype_wav/Makefile.am b/plugins/filetype_wav/Makefile.am
index 5d801fe..277a07d 100644
--- a/plugins/filetype_wav/Makefile.am
+++ b/plugins/filetype_wav/Makefile.am
@@ -33,7 +33,7 @@ libfiletype_wav_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libfiletype_wav_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
EXTRA_DIST = \
diff --git a/plugins/info_display/Makefile.am b/plugins/info_display/Makefile.am
index 764a7e7..10c3d33 100644
--- a/plugins/info_display/Makefile.am
+++ b/plugins/info_display/Makefile.am
@@ -35,7 +35,7 @@ libinfo_display_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libinfo_display_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
EXTRA_DIST = \
diff --git a/plugins/media_player/Makefile.am b/plugins/media_player/Makefile.am
index 06a9321..972d51e 100644
--- a/plugins/media_player/Makefile.am
+++ b/plugins/media_player/Makefile.am
@@ -36,7 +36,7 @@ libmedia_player_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libmedia_player_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS) \
$(GSTREAMER_LIBS)
endif
diff --git a/plugins/mserv/Makefile.am b/plugins/mserv/Makefile.am
index b3e400d..1c32159 100644
--- a/plugins/mserv/Makefile.am
+++ b/plugins/mserv/Makefile.am
@@ -36,7 +36,7 @@ libmserv_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libmserv_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
EXTRA_DIST = \
diff --git a/plugins/photo_editor/Makefile.am b/plugins/photo_editor/Makefile.am
index 78ed391..c6fa0da 100644
--- a/plugins/photo_editor/Makefile.am
+++ b/plugins/photo_editor/Makefile.am
@@ -35,7 +35,7 @@ libphoto_editor_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libphoto_editor_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
EXTRA_DIST = \
diff --git a/plugins/playlist_display/Makefile.am
b/plugins/playlist_display/Makefile.am
index 58c3aea..e8db019 100644
--- a/plugins/playlist_display/Makefile.am
+++ b/plugins/playlist_display/Makefile.am
@@ -41,7 +41,7 @@ libplaylist_display_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libplaylist_display_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
EXTRA_DIST = \
diff --git a/plugins/plugins.mk b/plugins/plugins.mk
index cb92be3..2e64171 100644
--- a/plugins/plugins.mk
+++ b/plugins/plugins.mk
@@ -9,8 +9,9 @@ AM_CPPFLAGS = \
-DGTKPOD_UI_DIR=\"$(gtkpod_ui_dir)\" \
-DPACKAGE_DATA_DIR=\"$(datadir)\" \
-DPACKAGE_SRC_DIR=\"$(srcdir)\" \
- -I$(top_srcdir)\
- $(GTKPOD_CFLAGS)
+ -I$(top_srcdir) \
+ $(GTKPOD_CFLAGS) \
+ $(LIBANJUTA_LIBS)
# Where to install the plugin
plugindir = $(gtkpod_plugin_dir)
diff --git a/plugins/repository_editor/Makefile.am
b/plugins/repository_editor/Makefile.am
index d07e20f..98bcfae 100644
--- a/plugins/repository_editor/Makefile.am
+++ b/plugins/repository_editor/Makefile.am
@@ -37,7 +37,7 @@ librepository_editor_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
librepository_editor_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
EXTRA_DIST = \
diff --git a/plugins/sorttab_display/Makefile.am
b/plugins/sorttab_display/Makefile.am
index d5364c1..f7e69bb 100644
--- a/plugins/sorttab_display/Makefile.am
+++ b/plugins/sorttab_display/Makefile.am
@@ -42,7 +42,7 @@ libsorttab_display_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libsorttab_display_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
EXTRA_DIST = \
diff --git a/plugins/track_display/Makefile.am
b/plugins/track_display/Makefile.am
index ad79896..b84712a 100644
--- a/plugins/track_display/Makefile.am
+++ b/plugins/track_display/Makefile.am
@@ -38,7 +38,7 @@ libtrack_display_la_LDFLAGS = $(GTKPOD_PLUGIN_LDFLAGS)
# Plugin dependencies
libtrack_display_la_LIBADD = \
- $(LIBGTKPOD_LIBS) \
+ $(GTKPOD_LIBS) \
$(LIBANJUTA_LIBS)
EXTRA_DIST = \
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2