summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-08-29 21:21:47 +0000
committerKen Raeburn <raeburn@mit.edu>2002-08-29 21:21:47 +0000
commit39e07355cceab2a7727f49f390ccf378873a8792 (patch)
treedbb3eed9cc77d8e3d7d7b619d773d54bf2aeb116 /src/config
parentd51f3fce74bef4c8fb0472c51a2996b89377e56e (diff)
downloadkrb5-39e07355cceab2a7727f49f390ccf378873a8792.tar.gz
krb5-39e07355cceab2a7727f49f390ccf378873a8792.tar.xz
krb5-39e07355cceab2a7727f49f390ccf378873a8792.zip
* win-pre.in (COM_ERR_DEPS, SS_DEPS): New variables
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14800 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/ChangeLog2
-rw-r--r--src/config/win-pre.in3
2 files changed, 5 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index 9be7388830..b515450a54 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -9,6 +9,8 @@
configure substitutions.
(COM_ERR_LIB): Always define as -lcom_err.
+ * win-pre.in (COM_ERR_DEPS, SS_DEPS): New variables.
+
* shlib.conf: Use $(LDFLAGS) in CC_LINK_SHARED and CC_LINK_STATIC,
after other options.
diff --git a/src/config/win-pre.in b/src/config/win-pre.in
index 677dc85de0..98c1c9e5c3 100644
--- a/src/config/win-pre.in
+++ b/src/config/win-pre.in
@@ -172,6 +172,9 @@ WLIB=
KRB4_INCLUDES=-I$(BUILDTOP)/include/kerberosIV
+COM_ERR_DEPS = $(BUILDTOP)/include/com_err.h
+SS_DEPS = $(BUILDTOP)/include/ss/ss.h $(BUILDTOP)/include/ss/ss_err.h
+
ARADD=rem
RANLIB=rem
ARCHIVE=rem