From: znek Date: Tue, 12 Jul 2005 14:38:43 +0000 (+0000) Subject: fixed build problem X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c3d01fdaf54f7a122ec225a9db920719c4ed0d5;p=scalable-opengroupware.org fixed build problem git-svn-id: http://svn.opengroupware.org/SOGo/trunk@725 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/SoObjects/ChangeLog b/SOGo/SoObjects/ChangeLog index f685ff10..f28a8dd9 100644 --- a/SOGo/SoObjects/ChangeLog +++ b/SOGo/SoObjects/ChangeLog @@ -1,3 +1,8 @@ +2005-07-12 Marcus Mueller + + * common.make: provide default install dir and bundle extension to + WO bundles + 2005-03-20 Helge Hess * common.make: link against GDLContentStore instead of OGoContentStore diff --git a/SOGo/SoObjects/common.make b/SOGo/SoObjects/common.make index 3585d2da..7c27da13 100644 --- a/SOGo/SoObjects/common.make +++ b/SOGo/SoObjects/common.make @@ -5,9 +5,10 @@ include $(GNUSTEP_MAKEFILES)/common.make 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.. \