f-spot r4233 - in trunk/dpap-sharp: dpap-server lib



Author: sdelcroix
Date: Mon Aug 11 10:36:27 2008
New Revision: 4233
URL: http://svn.gnome.org/viewvc/f-spot?rev=4233&view=rev

Log:
fixing the build


Modified:
   trunk/dpap-sharp/dpap-server/Makefile.am
   trunk/dpap-sharp/lib/Database.cs

Modified: trunk/dpap-sharp/dpap-server/Makefile.am
==============================================================================
--- trunk/dpap-sharp/dpap-server/Makefile.am	(original)
+++ trunk/dpap-sharp/dpap-server/Makefile.am	Mon Aug 11 10:36:27 2008
@@ -7,13 +7,11 @@
 	Main.cs
 
 REFS =					\
-	-r:ICSharpCode.SharpZipLib \
+	-r:Mono.Posix			\
+	-r:ICSharpCode.SharpZipLib 	\
 	-r:../lib/dpap-sharp.dll
 
-PKGS =  \
-	-pkg:banshee-1-core \
-	-pkg:banshee-1-services 
-#	System
+PKGS = 
 
 ASSEMBLY = $(ASSEMBLY_NAME).exe
 

Modified: trunk/dpap-sharp/lib/Database.cs
==============================================================================
--- trunk/dpap-sharp/lib/Database.cs	(original)
+++ trunk/dpap-sharp/lib/Database.cs	Mon Aug 11 10:36:27 2008
@@ -30,7 +30,6 @@
 using System.Collections.Generic;
 using System.Collections.ObjectModel;
 using System.Threading;
-using Gdk;
 
 namespace DPAP {
 



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