]> err.no Git - scalable-opengroupware.org/blobdiff - UI/MainUI/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1207 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MainUI / GNUmakefile
index 7d053e5b534d140ff959a533ce360d5adc97cbed..5bad0b55e61ff1ddb30a511a654def3e6f92ec83 100644 (file)
@@ -6,7 +6,7 @@ BUNDLE_NAME = MainUI
 
 MainUI_PRINCIPAL_CLASS = MainUIProduct
 
-MainUI_LANGUAGES = English French
+MainUI_LANGUAGES = English French German
 
 MainUI_OBJC_FILES += \
        MainUIProduct.m         \
@@ -26,6 +26,9 @@ MainUI_RESOURCE_FILES +=      \
 MainUI_LOCALIZED_RESOURCE_FILES += \
        Locale Localizable.strings
 
+ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/sope-gdl1/
+ADDITIONAL_LIB_DIRS += -L../../SOPE/sope-gdl1/GDLContentStore/obj/
+
 -include GNUmakefile.preamble
 include $(GNUSTEP_MAKEFILES)/bundle.make
 -include GNUmakefile.postamble