[banshee] [NotificationArea] Fix internal notify-sharp build



commit 553fb563286a5d5eadad440d49670a4ddd2ca8de
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Thu Mar 11 08:42:02 2010 -0800

    [NotificationArea] Fix internal notify-sharp build

 .../Banshee.NotificationArea/Makefile.am           |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Extensions/Banshee.NotificationArea/Makefile.am b/src/Extensions/Banshee.NotificationArea/Makefile.am
index d948f01..819e587 100644
--- a/src/Extensions/Banshee.NotificationArea/Makefile.am
+++ b/src/Extensions/Banshee.NotificationArea/Makefile.am
@@ -1,7 +1,7 @@
 if EXTERNAL_NOTIFY_SHARP
 NOTIFY_SHARP_LIBS = $(NOTIFY_SHARP_LIBS)
 else
-GMCS_FLAGS="-define:INTERNAL_NOTIFY_SHARP"
+GMCS_FLAGS+="-define:INTERNAL_NOTIFY_SHARP"
 NOTIFY_SHARP_LIBS = 
 endif
 
@@ -29,5 +29,5 @@ EXTRA_DIST = $(SOURCES) $(RESOURCES)
 else
 include $(top_srcdir)/build/build.mk
 module_SCRIPTS += Banshee.NotificationArea.dll.config
-EXTRA_DIST += Banshee.NotificationArea.dll.config $(REAL_NOTIFY_SHARP_SOURCES)
+EXTRA_DIST += Banshee.NotificationArea.dll.config $(SOURCES) $(RESOURCES)
 endif



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