+2005-07-12 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * common.make: provide default install dir and bundle extension to
+ WO bundles
+
2005-03-20 Helge Hess <helge.hess@opengroupware.org>
* common.make: link against GDLContentStore instead of OGoContentStore
include ../../Version
include ./Version
-BUNDLE_EXTENSION = .SOGo
-WOBUNDLE_EXTENSION = .SOGo
-BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo-$(MAJOR_VERSION).$(MINOR_VERSION)
+BUNDLE_EXTENSION = .SOGo
+BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo-$(MAJOR_VERSION).$(MINOR_VERSION)
+WOBUNDLE_EXTENSION = $(BUNDLE_EXTENSION)
+WOBUNDLE_INSTALL_DIR = $(BUNDLE_INSTALL_DIR)
ADDITIONAL_INCLUDE_DIRS += \
-I.. \