projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9878f3a
)
Add DEPLIBS and LDFLAGS
author
Paul Park
<pjpark@mit.edu>
Fri, 7 Jul 1995 20:54:23 +0000
(20:54 +0000)
committer
Paul Park
<pjpark@mit.edu>
Fri, 7 Jul 1995 20:54:23 +0000
(20:54 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6245
dc483132
-0cff-0310-8789-
dd5450dbe970
src/config/ChangeLog
patch
|
blob
|
history
src/config/pre.in
patch
|
blob
|
history
diff --git
a/src/config/ChangeLog
b/src/config/ChangeLog
index 61550d4e3cae6a44012027bd957105e50ea76aac..b2622f949492a35e219dea978f4a9b6a468df26b 100644
(file)
--- a/
src/config/ChangeLog
+++ b/
src/config/ChangeLog
@@
-1,3
+1,7
@@
+
+Fri Jul 7 15:56:09 EDT 1995 Paul Park (pjpark@mit.edu)
+ * pre.in - Add DEPLIBS and LDFLAGS to be provided with each Makefile.
+
Fri Jun 23 14:24:02 1995 Theodore Y. Ts'o <tytso@dcl>
* pre.in (SRCTOP): Change SRCTOP so that it's defined in configure
diff --git
a/src/config/pre.in
b/src/config/pre.in
index 63fc6a2a3ffff22cc4bf9edc5fac312370aa6d30..9046f8810006f743dd35670f5cf9c9bf7910ba2f 100644
(file)
--- a/
src/config/pre.in
+++ b/
src/config/pre.in
@@
-20,6
+20,8
@@
DEFS = @DEFS@ $(CPPFLAGS)
CC = @CC@
LD = $(PURE) @LD@
CCOPTS = @CCOPTS@
+DEPLIBS = @DEPLIBS@
+LDFLAGS = @LDFLAGS@
LD_UNRESOLVED_PREFIX = @LD_UNRESOLVED_PREFIX@
LD_SHLIBDIR_PREFIX = @LD_SHLIBDIR_PREFIX@
LDARGS = @LDARGS@