commit 391f5e22663a83fa4b82c84f29a36f3c11590abe Author: Daniele Forsi <dani...@forsi.it> Date: Tue Jan 11 01:08:02 2011 +0100
Build fixes * plugins/*/Makefile.am * Exclude *.plugin files from make dist because now they are built from the corresponding *.plugin.in files. 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/repository_editor/Makefile.am | 2 +- plugins/sorttab_display/Makefile.am | 2 +- plugins/track_display/Makefile.am | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) --- diff --git a/plugins/core_preferences/Makefile.am b/plugins/core_preferences/Makefile.am index 725af9b..74a15d8 100644 --- a/plugins/core_preferences/Makefile.am +++ b/plugins/core_preferences/Makefile.am @@ -15,7 +15,7 @@ core_prefs_pixmapsdir = $(gtkpod_image_dir) core_prefs_pixmaps_DATA = core_prefs_plugindir = $(gtkpod_plugin_dir) -core_prefs_plugin_DATA = $(plugin_file) +core_prefs_plugin_DATA = SUBDIRS = icons diff --git a/plugins/cover_display/Makefile.am b/plugins/cover_display/Makefile.am index 8be7b3c..85c6029 100644 --- a/plugins/cover_display/Makefile.am +++ b/plugins/cover_display/Makefile.am @@ -15,7 +15,7 @@ cover_display_pixmapsdir = $(gtkpod_image_dir) cover_display_pixmaps_DATA = cover_display_plugindir = $(gtkpod_plugin_dir) -cover_display_plugin_DATA = $(plugin_file) +cover_display_plugin_DATA = SUBDIRS = icons diff --git a/plugins/coverweb/Makefile.am b/plugins/coverweb/Makefile.am index 574cbe5..288bc30 100644 --- a/plugins/coverweb/Makefile.am +++ b/plugins/coverweb/Makefile.am @@ -18,7 +18,7 @@ coverweb_pixmaps_DATA = # Where to install the plugin coverweb_plugindir = $(gtkpod_plugin_dir) -coverweb_plugin_DATA = $(plugin_file) +coverweb_plugin_DATA = SUBDIRS = icons diff --git a/plugins/details_editor/Makefile.am b/plugins/details_editor/Makefile.am index 8c66c14..5e3507a 100644 --- a/plugins/details_editor/Makefile.am +++ b/plugins/details_editor/Makefile.am @@ -15,7 +15,7 @@ details_editor_pixmapsdir = $(gtkpod_image_dir) details_editor_pixmaps_DATA = details_editor_plugindir = $(gtkpod_plugin_dir) -details_editor_plugin_DATA = $(plugin_file) +details_editor_plugin_DATA = SUBDIRS = diff --git a/plugins/exporter/Makefile.am b/plugins/exporter/Makefile.am index d4b65c2..7854f4b 100644 --- a/plugins/exporter/Makefile.am +++ b/plugins/exporter/Makefile.am @@ -15,7 +15,7 @@ exporter_pixmapsdir = $(gtkpod_image_dir) exporter_pixmaps_DATA = exporter_plugindir = $(gtkpod_plugin_dir) -exporter_plugin_DATA = $(plugin_file) +exporter_plugin_DATA = SUBDIRS = diff --git a/plugins/filetype_flac/Makefile.am b/plugins/filetype_flac/Makefile.am index 272b12d..4bd6aa8 100644 --- a/plugins/filetype_flac/Makefile.am +++ b/plugins/filetype_flac/Makefile.am @@ -17,7 +17,7 @@ filetype_flac_pixmapsdir = $(gtkpod_image_dir) filetype_flac_pixmaps_DATA = filetype_flac_plugindir = $(gtkpod_plugin_dir) -filetype_flac_plugin_DATA = $(plugin_file) +filetype_flac_plugin_DATA = SUBDIRS = diff --git a/plugins/filetype_m4a/Makefile.am b/plugins/filetype_m4a/Makefile.am index 2624bdc..e5af081 100644 --- a/plugins/filetype_m4a/Makefile.am +++ b/plugins/filetype_m4a/Makefile.am @@ -17,7 +17,7 @@ filetype_m4a_pixmapsdir = $(gtkpod_image_dir) filetype_m4a_pixmaps_DATA = filetype_m4a_plugindir = $(gtkpod_plugin_dir) -filetype_m4a_plugin_DATA = $(plugin_file) +filetype_m4a_plugin_DATA = SUBDIRS = diff --git a/plugins/filetype_mp3/Makefile.am b/plugins/filetype_mp3/Makefile.am index 3b07f38..7ace0e2 100644 --- a/plugins/filetype_mp3/Makefile.am +++ b/plugins/filetype_mp3/Makefile.am @@ -15,7 +15,7 @@ filetype_mp3_pixmapsdir = $(gtkpod_image_dir) filetype_mp3_pixmaps_DATA = filetype_mp3_plugindir = $(gtkpod_plugin_dir) -filetype_mp3_plugin_DATA = $(plugin_file) +filetype_mp3_plugin_DATA = SUBDIRS = diff --git a/plugins/filetype_mp4/Makefile.am b/plugins/filetype_mp4/Makefile.am index 30e62e6..74324d5 100644 --- a/plugins/filetype_mp4/Makefile.am +++ b/plugins/filetype_mp4/Makefile.am @@ -17,7 +17,7 @@ filetype_mp4_pixmapsdir = $(gtkpod_image_dir) filetype_mp4_pixmaps_DATA = filetype_mp4_plugindir = $(gtkpod_plugin_dir) -filetype_mp4_plugin_DATA = $(plugin_file) +filetype_mp4_plugin_DATA = SUBDIRS = diff --git a/plugins/filetype_ogg/Makefile.am b/plugins/filetype_ogg/Makefile.am index 160daa9..ebdd9e3 100644 --- a/plugins/filetype_ogg/Makefile.am +++ b/plugins/filetype_ogg/Makefile.am @@ -17,7 +17,7 @@ filetype_ogg_pixmapsdir = $(gtkpod_image_dir) filetype_ogg_pixmaps_DATA = filetype_ogg_plugindir = $(gtkpod_plugin_dir) -filetype_ogg_plugin_DATA = $(plugin_file) +filetype_ogg_plugin_DATA = SUBDIRS = diff --git a/plugins/filetype_video/Makefile.am b/plugins/filetype_video/Makefile.am index 2f171de..b61afe3 100644 --- a/plugins/filetype_video/Makefile.am +++ b/plugins/filetype_video/Makefile.am @@ -15,7 +15,7 @@ filetype_video_pixmapsdir = $(gtkpod_image_dir) filetype_video_pixmaps_DATA = filetype_video_plugindir = $(gtkpod_plugin_dir) -filetype_video_plugin_DATA = $(plugin_file) +filetype_video_plugin_DATA = SUBDIRS = diff --git a/plugins/filetype_wav/Makefile.am b/plugins/filetype_wav/Makefile.am index 1b95074..7b829a7 100644 --- a/plugins/filetype_wav/Makefile.am +++ b/plugins/filetype_wav/Makefile.am @@ -15,7 +15,7 @@ filetype_wav_pixmapsdir = $(gtkpod_image_dir) filetype_wav_pixmaps_DATA = filetype_wav_plugindir = $(gtkpod_plugin_dir) -filetype_wav_plugin_DATA = $(plugin_file) +filetype_wav_plugin_DATA = SUBDIRS = diff --git a/plugins/info_display/Makefile.am b/plugins/info_display/Makefile.am index 5222bb0..7effd75 100644 --- a/plugins/info_display/Makefile.am +++ b/plugins/info_display/Makefile.am @@ -15,7 +15,7 @@ info_display_pixmapsdir = $(gtkpod_image_dir) info_display_pixmaps_DATA = info_display_plugindir = $(gtkpod_plugin_dir) -info_display_plugin_DATA = $(plugin_file) +info_display_plugin_DATA = SUBDIRS = diff --git a/plugins/media_player/Makefile.am b/plugins/media_player/Makefile.am index 3e255fe..a94d4ef 100644 --- a/plugins/media_player/Makefile.am +++ b/plugins/media_player/Makefile.am @@ -18,7 +18,7 @@ media_player_pixmaps_DATA = # Where to install the plugin media_player_plugindir = $(gtkpod_plugin_dir) -media_player_plugin_DATA = $(plugin_file) +media_player_plugin_DATA = SUBDIRS = icons diff --git a/plugins/mserv/Makefile.am b/plugins/mserv/Makefile.am index ab08377..822799e 100644 --- a/plugins/mserv/Makefile.am +++ b/plugins/mserv/Makefile.am @@ -16,7 +16,7 @@ mserv_pixmaps_DATA = # Where to install the plugin mserv_plugindir = $(gtkpod_plugin_dir) -mserv_plugin_DATA = $(plugin_file) +mserv_plugin_DATA = SUBDIRS = icons diff --git a/plugins/photo_editor/Makefile.am b/plugins/photo_editor/Makefile.am index b42e66d..622aeae 100644 --- a/plugins/photo_editor/Makefile.am +++ b/plugins/photo_editor/Makefile.am @@ -15,7 +15,7 @@ photo_editor_pixmapsdir = $(gtkpod_image_dir) photo_editor_pixmaps_DATA = photo_editor_plugindir = $(gtkpod_plugin_dir) -photo_editor_plugin_DATA = $(plugin_file) +photo_editor_plugin_DATA = SUBDIRS = icons diff --git a/plugins/playlist_display/Makefile.am b/plugins/playlist_display/Makefile.am index 9011849..5fdd455 100644 --- a/plugins/playlist_display/Makefile.am +++ b/plugins/playlist_display/Makefile.am @@ -19,7 +19,7 @@ playlist_display_pixmapsdir = $(gtkpod_image_dir) playlist_display_pixmaps_DATA = playlist_display_plugindir = $(gtkpod_plugin_dir) -playlist_display_plugin_DATA = $(plugin_file) +playlist_display_plugin_DATA = SUBDIRS = icons diff --git a/plugins/repository_editor/Makefile.am b/plugins/repository_editor/Makefile.am index cf4feb6..dbec7a1 100644 --- a/plugins/repository_editor/Makefile.am +++ b/plugins/repository_editor/Makefile.am @@ -15,7 +15,7 @@ repository_editor_pixmapsdir = $(gtkpod_image_dir) repository_editor_pixmaps_DATA = repository_editor_plugindir = $(gtkpod_plugin_dir) -repository_editor_plugin_DATA = $(plugin_file) +repository_editor_plugin_DATA = SUBDIRS = diff --git a/plugins/sorttab_display/Makefile.am b/plugins/sorttab_display/Makefile.am index facbf12..1355878 100644 --- a/plugins/sorttab_display/Makefile.am +++ b/plugins/sorttab_display/Makefile.am @@ -19,7 +19,7 @@ sorttab_display_pixmaps_DATA = LEX_OUTPUT_ROOT = lex.yy sorttab_display_plugindir = $(gtkpod_plugin_dir) -sorttab_display_plugin_DATA = $(plugin_file) +sorttab_display_plugin_DATA = SUBDIRS = icons diff --git a/plugins/track_display/Makefile.am b/plugins/track_display/Makefile.am index 15586fb..9f3b1bc 100644 --- a/plugins/track_display/Makefile.am +++ b/plugins/track_display/Makefile.am @@ -15,7 +15,7 @@ track_display_pixmapsdir = $(gtkpod_image_dir) track_display_pixmaps_DATA = track_display_plugindir = $(gtkpod_plugin_dir) -track_display_plugin_DATA = $(plugin_file) +track_display_plugin_DATA = SUBDIRS = icons ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2