]> err.no Git - scalable-opengroupware.org/blobdiff - SoObjects/Contacts/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1245 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SoObjects / Contacts / GNUmakefile
index a979a373a544ac6452db83cb0bb4a5d4d12a69ce..37c9ad23fd2589049bd9e6a6e63fcee9568498c1 100644 (file)
@@ -1,3 +1,4 @@
+
 # GNUstep makefile
 
 include ../common.make
@@ -7,8 +8,8 @@ BUNDLE_NAME = Contacts
 Contacts_PRINCIPAL_CLASS = SOGoContactsProduct
 
 Contacts_OBJC_FILES =                  \
+       NSObject+CardDAV.m              \
        Product.m                       \
-                                       \
        SOGoContactFolders.m            \
        SOGoContactGCSEntry.m           \
        SOGoContactGCSFolder.m          \
@@ -19,8 +20,8 @@ Contacts_RESOURCE_FILES +=            \
        Version                         \
        product.plist                   \
 
-ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/sope-gdl1/
-ADDITIONAL_LIB_DIRS += -L../../SOPE/sope-gdl1/GDLContentStore/obj/
+ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/
+ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
 
 -include GNUmakefile.preamble
 include $(GNUSTEP_MAKEFILES)/bundle.make