[banshee] [build] Cosmetic changes to two Makefile.am files



commit 84ca83eaf2999df8a6a6e836fdd34da3bf0dd017
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Tue Nov 3 23:59:24 2009 +0100

    [build] Cosmetic changes to two Makefile.am files
    
    We do everything we can to keep MonoDevelop happy.

 src/Core/Banshee.Core/Makefile.am                  |    2 +-
 src/Extensions/Banshee.InternetArchive/Makefile.am |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/Core/Banshee.Core/Makefile.am b/src/Core/Banshee.Core/Makefile.am
index ae6c1b5..de474b2 100644
--- a/src/Core/Banshee.Core/Makefile.am
+++ b/src/Core/Banshee.Core/Makefile.am
@@ -22,8 +22,8 @@ SOURCES =  \
 	Banshee.Collection/CacheableItem.cs \
 	Banshee.Collection/FileTrackInfo.cs \
 	Banshee.Collection/IBasicTrackInfo.cs \
-	Banshee.Collection/ITrackInfo.cs \
 	Banshee.Collection/IPodcastInfo.cs \
+	Banshee.Collection/ITrackInfo.cs \
 	Banshee.Collection/SampleTrackInfo.cs \
 	Banshee.Collection/TrackAttributes.cs \
 	Banshee.Collection/TrackFilterType.cs \
diff --git a/src/Extensions/Banshee.InternetArchive/Makefile.am b/src/Extensions/Banshee.InternetArchive/Makefile.am
index 2b84939..fe1273e 100644
--- a/src/Extensions/Banshee.InternetArchive/Makefile.am
+++ b/src/Extensions/Banshee.InternetArchive/Makefile.am
@@ -3,7 +3,7 @@ TARGET = library
 LINK = $(REF_EXTENSION_INTERNETARCHIVE)
 INSTALL_DIR = $(EXTENSIONS_INSTALL_DIR)
 
-SOURCES = \
+SOURCES =  \
 	Banshee.InternetArchive/Actions.cs \
 	Banshee.InternetArchive/DetailsSource.cs \
 	Banshee.InternetArchive/DetailsView.cs \
@@ -27,7 +27,7 @@ SOURCES = \
 	InternetArchive/SearchResults.cs \
 	InternetArchive/Sort.cs
 
-RESOURCES = \
+RESOURCES =  \
 	Banshee.InternetArchive.addin.xml \
 	Resources/DetailsSourceActiveUI.xml \
 	Resources/GlobalUI.xml \



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