banshee r4049 - in trunk/banshee: . src/Extensions/Banshee.NotificationArea



Author: abock
Date: Sat May 31 00:51:50 2008
New Revision: 4049
URL: http://svn.gnome.org/viewvc/banshee?rev=4049&view=rev

Log:
2008-05-30  Aaron Bockover  <abock gnome org>

    * src/Extensions/Banshee.NotificationArea/Makefile.am: Build fix



Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Extensions/Banshee.NotificationArea/Makefile.am

Modified: trunk/banshee/src/Extensions/Banshee.NotificationArea/Makefile.am
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.NotificationArea/Makefile.am	(original)
+++ trunk/banshee/src/Extensions/Banshee.NotificationArea/Makefile.am	Sat May 31 00:51:50 2008
@@ -1,8 +1,9 @@
+REAL_NOTIFY_SHARP_SOURCES = Notifications/Notifications.cs Notifications/Notification.cs
 if EXTERNAL_NOTIFY_SHARP
 NOTIFY_SHARP_SOURCES = 
 NOTIFY_SHARP_LIBS = $(NOTIFY_SHARP_LIBS)
 else
-NOTIFY_SHARP_SOURCES = Notifications/Notifications.cs Notifications/Notification.cs
+NOTIFY_SHARP_SOURCES = $(REAL_NOTIFY_SHARP_SOURCES)
 NOTIFY_SHARP_LIBS = 
 endif
 
@@ -28,5 +29,5 @@
 include $(top_srcdir)/build/build.mk
 
 module_SCRIPTS += Banshee.NotificationArea.dll.config
-EXTRA_DIST += Banshee.NotificationArea.dll.config
+EXTRA_DIST += Banshee.NotificationArea.dll.config $(REAL_NOTIFY_SHARP_SOURCES)
 



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