[banshee] Reorganized RESOURCES listing by MonoDevelop



commit d446688aa50e9d0207b884405e871b1adbe68f99
Author: Aaron Bockover <abockover novell com>
Date:   Tue Dec 15 16:38:58 2009 -0500

    Reorganized RESOURCES listing by MonoDevelop

 src/Extensions/Banshee.BooScript/Makefile.am       |    4 ++--
 .../Banshee.NotificationArea/Makefile.am           |    4 ++--
 src/Extensions/Banshee.Podcasting/Makefile.am      |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/Extensions/Banshee.BooScript/Makefile.am b/src/Extensions/Banshee.BooScript/Makefile.am
index 25d016e..234381c 100644
--- a/src/Extensions/Banshee.BooScript/Makefile.am
+++ b/src/Extensions/Banshee.BooScript/Makefile.am
@@ -6,10 +6,10 @@ INSTALL_DIR = $(EXTENSIONS_INSTALL_DIR)
 SOURCES = Banshee.BooScript/BooScriptService.cs
 
 RESOURCES =  \
+	Banshee.BooScript.addin.xml \
 	Resources/duration-status-formats.boo \
 	Resources/filename-transform.boo \
-	Resources/vorbis-oga-extension.boo \
-	Banshee.BooScript.addin.xml
+	Resources/vorbis-oga-extension.boo
 
 if HAVE_BOO
 include $(top_srcdir)/build/build.mk
diff --git a/src/Extensions/Banshee.NotificationArea/Makefile.am b/src/Extensions/Banshee.NotificationArea/Makefile.am
index 84edb26..c3751d2 100644
--- a/src/Extensions/Banshee.NotificationArea/Makefile.am
+++ b/src/Extensions/Banshee.NotificationArea/Makefile.am
@@ -23,8 +23,8 @@ SOURCES =  \
 SOURCES += $(NOTIFY_SHARP_SOURCES)
 
 RESOURCES =  \
-	Resources/NotificationAreaMenu.xml \
-	Banshee.NotificationArea.addin.xml
+	Banshee.NotificationArea.addin.xml \
+	Resources/NotificationAreaMenu.xml
 
 if ENABLE_OSX
 EXTRA_DIST = $(SOURCES) $(RESOURCES)
diff --git a/src/Extensions/Banshee.Podcasting/Makefile.am b/src/Extensions/Banshee.Podcasting/Makefile.am
index 108b526..40d2893 100644
--- a/src/Extensions/Banshee.Podcasting/Makefile.am
+++ b/src/Extensions/Banshee.Podcasting/Makefile.am
@@ -39,9 +39,9 @@ SOURCES =  \
 	Banshee.Podcasting/PodcastService_Interface.cs
 
 RESOURCES =  \
+	Banshee.Podcasting.addin.xml \
 	Resources/ActiveSourceUI.xml \
-	Resources/GlobalUI.xml \
-	Banshee.Podcasting.addin.xml
+	Resources/GlobalUI.xml
 
 if ENABLE_PODCAST
 include $(top_srcdir)/build/build.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]