summaryrefslogtreecommitdiffstats
path: root/components.mk
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-03-14 20:03:04 +0000
committerNathan Kinder <nkinder@redhat.com>2005-03-14 20:03:04 +0000
commit155fe7dba0cb6d8621f46ad974d3ce87f47338f1 (patch)
treef335337ca40b10c86d1aad38fc1800b3da235890 /components.mk
parent44bc78939bed4a55db2bab87d9ed817a79d1260b (diff)
downloadds-155fe7dba0cb6d8621f46ad974d3ce87f47338f1.tar.gz
ds-155fe7dba0cb6d8621f46ad974d3ce87f47338f1.tar.xz
ds-155fe7dba0cb6d8621f46ad974d3ce87f47338f1.zip
Pull svrcore from sbsintegration
Diffstat (limited to 'components.mk')
-rw-r--r--components.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/components.mk b/components.mk
index 807ffb5c..9751df7a 100644
--- a/components.mk
+++ b/components.mk
@@ -375,7 +375,8 @@ SVRCORE_INCDIR = $(SVRCORE_BUILD_DIR)/include
SVRCORE_INCLUDE = -I$(SVRCORE_INCDIR)
#SVRCORE_LIBNAMES = svrplcy svrcore
SVRCORE_LIBNAMES = svrcore
-SVRCORE_IMPORT = $(COMPONENTS_DIR)/svrcore/$(SVRCORE_RELDATE)/$(NSOBJDIR_NAME)
+#SVRCORE_IMPORT = $(COMPONENTS_DIR)/svrcore/$(SVRCORE_RELDATE)/$(NSOBJDIR_NAME)
+SVRCORE_IMPORT = $(COMPONENTS_DIR_DEV)/svrcore/$(SVRCORE_RELDATE)/$(NSOBJDIR_NAME)
ifeq ($(ARCH), WINNT)
SVRCOREOBJNAME = $(addsuffix .lib, $(SVRCORE_LIBNAMES))