--- /dev/null
+2004-06-30 Helge Hess <helge.hess@opengroupware.org>
+
+ * product.plist: make categories on SOGoObject instead of SxFolder
+
+ * GNUmakefile: patches for different build/runtime environment
+
+ * created ChangeLog
+
include $(GNUSTEP_MAKEFILES)/common.make
-ZIDESTORE=$(GNUSTEP_USER_ROOT)/Headers/ZideStore12
-
-
BUNDLE_NAME = CommonUI
-BUNDLE_EXTENSION = .zsp
-BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/ZideStore12
+BUNDLE_EXTENSION = .SOGo
+BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo
-LIBRARY_NAME = libZideStoreCommonUI
+LIBRARY_NAME = libSOGoUI
-libZideStoreCommonUI_HEADER_FILES_DIR = .
-libZideStoreCommonUI_HEADER_FILES_INSTALL_DIR = $(ZIDESTORE)/Common
+libSOGoUI_HEADER_FILES_DIR = .
+libSOGoUI_HEADER_FILES_INSTALL_DIR = /SOGoUI
-libZideStoreCommonUI_HEADER_FILES += \
+libSOGoUI_HEADER_FILES += \
UIxComponent.h \
-libZideStoreCommonUI_OBJC_FILES += \
+libSOGoUI_OBJC_FILES += \
UIxComponent.m \
images/corner_right.gif\
images/closewindow.gif
-ADDITIONAL_INCLUDE_DIRS += \
- -I. \
- -I$(ZIDESTORE)/Frontend -I$(ZIDESTORE)/Backend -I$(ZIDESTORE)
-
-
# make
-include GNUmakefile.preamble