f-spot r4131 - in trunk: . dpap-sharp dpap-sharp/lib
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r4131 - in trunk: . dpap-sharp dpap-sharp/lib
- Date: Wed, 2 Jul 2008 07:13:11 +0000 (UTC)
Author: sdelcroix
Date: Wed Jul 2 07:13:11 2008
New Revision: 4131
URL: http://svn.gnome.org/viewvc/f-spot?rev=4131&view=rev
Log:
2008-07-02 Stephane Delcroix <stephane delcroix org>
* configure.in:
* dpap-sharp/Makefile.am:
* dpap-sharp/lib/Makefile.am: add dpap-sharp into the build.
Currently commented out in configure.in
Added:
trunk/dpap-sharp/Makefile.am
trunk/dpap-sharp/lib/Makefile.am
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Wed Jul 2 07:13:11 2008
@@ -329,6 +329,8 @@
Makefile
dbus-sharp/Makefile
dbus-sharp-glib/Makefile
+dpap-sharp/Makefile
+dpap-sharp/lib/Makefile
docs/Makefile
gnome-keyring-sharp/Makefile
icons/Makefile
Added: trunk/dpap-sharp/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/dpap-sharp/Makefile.am Wed Jul 2 07:13:11 2008
@@ -0,0 +1,2 @@
+SUBDIRS = \
+ lib
Added: trunk/dpap-sharp/lib/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/dpap-sharp/lib/Makefile.am Wed Jul 2 07:13:11 2008
@@ -0,0 +1,50 @@
+include $(top_srcdir)/Makefile.include
+
+ASSEMBLY_NAME = dpap-sharp
+
+ASSEMBLY_SOURCES = \
+ $(srcdir)/AssemblyInfo.cs \
+ $(srcdir)/AuthenticationException.cs \
+ $(srcdir)/BrokenMD5.cs \
+ $(srcdir)/Client.cs \
+ $(srcdir)/ContentCodeBag.cs \
+ $(srcdir)/ContentFetcher.cs \
+ $(srcdir)/ContentParser.cs \
+ $(srcdir)/ContentWriter.cs \
+ $(srcdir)/Database.cs \
+ $(srcdir)/Discovery.cs \
+ $(srcdir)/Hasher.cs \
+ $(srcdir)/LoginException.cs \
+ $(srcdir)/Playlist.cs \
+ $(srcdir)/Server.cs \
+ $(srcdir)/ServerInfo.cs \
+ $(srcdir)/Source.cs \
+ $(srcdir)/Track.cs \
+ $(srcdir)/User.cs \
+ $(srcdir)/Utility.cs
+
+REFS = \
+ -r:ICSharpCode.SharpZipLib
+
+PKGS = \
+ -pkg:mono-zeroconf
+
+ASSEMBLY = $(ASSEMBLY_NAME).dll
+
+all: $(ASSEMBLY)
+
+$(ASSEMBLY): $(ASSEMBLY_SOURCES)
+ $(CSC_LIB) -out:$@ $(PKGS) $(REFS) $(ASSEMBLY_SOURCES)
+
+assemblydir = $(pkglibdir)
+assembly_DATA = \
+ $(ASSEMBLY)
+
+EXTRA_DIST = \
+ $(ASSEMBLY_SOURCES)
+
+CLEANFILES = \
+ $(ASSEMBLY) \
+ $(ASSEMBLY).mdb
+
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]