From 85591110c76e22e1e733020286c728d4a64fce26 Mon Sep 17 00:00:00 2001 From: helge Date: Fri, 20 Aug 2004 23:07:11 +0000 Subject: [PATCH] more dirpath fixes git-svn-id: http://svn.opengroupware.org/SOPE/trunk@27 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- Recycler/NGJavaScript/GNUmakefile.preamble | 4 ++-- Recycler/NGObjDOM/GNUmakefile.preamble | 4 ++-- Recycler/SxComponents/GNUmakefile.preamble | 4 ++-- sope-appserver/WOXML/GNUmakefile.preamble | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Recycler/NGJavaScript/GNUmakefile.preamble b/Recycler/NGJavaScript/GNUmakefile.preamble index c6750be5..f21cc0d2 100644 --- a/Recycler/NGJavaScript/GNUmakefile.preamble +++ b/Recycler/NGJavaScript/GNUmakefile.preamble @@ -15,8 +15,8 @@ endif ifneq ($(GNUSTEP_BUILD_DIR),) RELBUILD_DIR_JS=$(GNUSTEP_BUILD_DIR)/../../../ThirdParty/js-1.5 -RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/../../skyrix-core -RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../skyrix-xml +RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/../../sope-core +RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../sope-xml RELBUILD_DIR_SOPE=$(GNUSTEP_BUILD_DIR)/.. ADDITIONAL_LIB_DIRS += \ diff --git a/Recycler/NGObjDOM/GNUmakefile.preamble b/Recycler/NGObjDOM/GNUmakefile.preamble index b00cfe16..6b78d181 100644 --- a/Recycler/NGObjDOM/GNUmakefile.preamble +++ b/Recycler/NGObjDOM/GNUmakefile.preamble @@ -13,8 +13,8 @@ ADDITIONAL_INCLUDE_DIRS += \ ifneq ($(GNUSTEP_BUILD_DIR),) RELBUILD_DIR_SOPE=$(GNUSTEP_BUILD_DIR)/.. -RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/../../skyrix-core -RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../skyrix-xml +RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/../../sope-core +RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../sope-xml ADDITIONAL_LIB_DIRS += \ -L$(GNUSTEP_OBJ_DIR) \ diff --git a/Recycler/SxComponents/GNUmakefile.preamble b/Recycler/SxComponents/GNUmakefile.preamble index 3931e400..2fba2ffd 100644 --- a/Recycler/SxComponents/GNUmakefile.preamble +++ b/Recycler/SxComponents/GNUmakefile.preamble @@ -16,8 +16,8 @@ ADDITIONAL_INCLUDE_DIRS += -I../NGObjWeb ifneq ($(GNUSTEP_BUILD_DIR),) RELBUILD_DIR_JS=$(GNUSTEP_BUILD_DIR)/../../../ThirdParty/js-1.5 RELBUILD_DIR_SOPE=$(GNUSTEP_BUILD_DIR)/.. -RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/../../skyrix-core -RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../skyrix-xml +RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/../../sope-core +RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../sope-xml ADDITIONAL_LIB_DIRS += \ -L$(GNUSTEP_OBJ_DIR) \ diff --git a/sope-appserver/WOXML/GNUmakefile.preamble b/sope-appserver/WOXML/GNUmakefile.preamble index 06370f4f..7826b1c8 100644 --- a/sope-appserver/WOXML/GNUmakefile.preamble +++ b/sope-appserver/WOXML/GNUmakefile.preamble @@ -7,8 +7,8 @@ libWOXML_INCLUDE_DIRS += -I. -I.. libWOXML_LIBRARIES_DEPEND_UPON += -lDOM -lSaxObjC ADDITIONAL_LIB_DIRS += \ - -L../../skyrix-xml/DOM/$(GNUSTEP_OBJ_DIR) \ - -L../../skyrix-xml/SaxObjC/$(GNUSTEP_OBJ_DIR) \ + -L../../sope-xml/DOM/$(GNUSTEP_OBJ_DIR) \ + -L../../sope-xml/SaxObjC/$(GNUSTEP_OBJ_DIR) # Apple -- 2.39.5