]> err.no Git - scalable-opengroupware.org/blobdiff - UI/MailPartViewers/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1294 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MailPartViewers / GNUmakefile
index ae6a49d2459ae4754eb43b806be3bf419446dad4..8bbcc1c8769329b9a6fdbb21085c562e598707d2 100644 (file)
@@ -24,7 +24,7 @@ MailPartViewers_OBJC_FILES += \
        UIxMailPartMessageViewer.m      \
        UIxMailPartICalViewer.m         \
        \
-       UIxMailPartICalAction.m         \
+       UIxMailPartICalActions.m        \
        \
        UIxKolabPartViewer.m            \
        UIxKolabPartContactViewer.m     \
@@ -40,6 +40,9 @@ MailPartViewers_LOCALIZED_RESOURCE_FILES += \
 
 # make
 
+ADDITIONAL_INCLUDE_DIRS += $(shell xml2-config --cflags)
+ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
+
 -include GNUmakefile.preamble
 include $(GNUSTEP_MAKEFILES)/bundle.make
 -include GNUmakefile.postamble