]> err.no Git - scalable-opengroupware.org/commitdiff
fixed build problem
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 12 Jul 2005 14:38:43 +0000 (14:38 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 12 Jul 2005 14:38:43 +0000 (14:38 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@725 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/ChangeLog
SOGo/SoObjects/common.make

index f685ff10a16b2577d6445bf1137b3c8fc0799606..f28a8dd9bc8b3534e338f7ac56e15a1c7d64670c 100644 (file)
@@ -1,3 +1,8 @@
+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
index 3585d2da94cc11c5f15cf4e8f2c9b2f53800ba59..7c27da13db225b8e2c7b0d2ee7122314701698d3 100644 (file)
@@ -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.. \