Author: fmantek
Date: Wed Oct 10 06:03:03 2007
New Revision: 291

Modified:
   trunk/clients/cs/Makefile

Log:
adding documentsfeed to mono build file

Modified: trunk/clients/cs/Makefile
==============================================================================
--- trunk/clients/cs/Makefile   (original)
+++ trunk/clients/cs/Makefile   Wed Oct 10 06:03:03 2007
@@ -22,6 +22,7 @@
        Google.GData.Spreadsheets.dll   \
        Google.GData.Apps.dll           \
        Google.GData.Photos.dll         \
+       Google.GData.Documents.dll \
        Google.GData.AccessControl.dll

 FRAMEWORK_REFS = -r:System.dll -r:System.Xml.dll -r:System.Web.dll
@@ -54,6 +55,7 @@
 gacl_sources = $(wildcard src/gacl/*.cs) $(wildcard src/version/*.cs)
 gapps_sources = $(wildcard src/gapps/*.cs) $(wildcard src/version/*cs.cs)
 gphotos_sources = $(wildcard src/gphotos/*.cs) $(wildcard src/version/*cs.cs)
+gdocuments_sources = $(wildcard src/gdocuments/*.cs) $(wildcard 
src/version/*cs.cs)
  test_sources = $(wildcard src/unittests/*.cs) $(wildcard 
src/unittests/gbase/*.cs) $(wildcard src/unittests/gapps/*.cs) 
$(wildcard src/version/*cs)

 Google.GData.Client.dll: $(core_sources) clientkey.sn
@@ -82,6 +84,9 @@

 Google.GData.Photos.dll: $(CORELIBS) $(gphotos_sources) picasa.sn
        $(CSC) $(DEFINES) -target:library -out:$@ $(COREREFS) $(gphotos_sources)
+
+Google.GData.Documents.dll: $(CORELIBS) $(gdocuments_sources) documents.sn
+       $(CSC) $(DEFINES) -target:library -out:$@ $(COREREFS) 
$(gdocuments_sources)

 %.sn:
        cp src/signing/$@ .

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to