summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-12-05 21:32:13 +0000
committerTheodore Tso <tytso@mit.edu>1998-12-05 21:32:13 +0000
commit47065478dcc4a90e2eb654f054dd269c6e7dc9aa (patch)
treeece355b42961c9580f509e1bf5cf84723a51e9a0 /src/lib
parent1207173e1c69b8a8dc039376d287e72b24dff90a (diff)
downloadkrb5-47065478dcc4a90e2eb654f054dd269c6e7dc9aa.tar.gz
krb5-47065478dcc4a90e2eb654f054dd269c6e7dc9aa.tar.xz
krb5-47065478dcc4a90e2eb654f054dd269c6e7dc9aa.zip
Makefile.in: Set the myfulldir and mydir variables (which are relative
to buildtop and thisconfigdir, respectively.) configure.in: Use K5_AC_OUTPUT isntead of K5_OUTPUT_FILES git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11086 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/rpc/ChangeLog5
-rw-r--r--src/lib/rpc/Makefile.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog
index 50ec692cba..1984311696 100644
--- a/src/lib/rpc/ChangeLog
+++ b/src/lib/rpc/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+
1998-10-27 Marc Horowitz <marc@mit.edu>
* svc_auth_gssapi.c, auth_gssapi.h: fix the set_name prototype,
diff --git a/src/lib/rpc/Makefile.in b/src/lib/rpc/Makefile.in
index a03ef026f0..de2ab2c26c 100644
--- a/src/lib/rpc/Makefile.in
+++ b/src/lib/rpc/Makefile.in
@@ -1,4 +1,6 @@
thisconfigdir=.
+myfulldir=lib/rpc
+mydir=.
BUILDTOP=$(REL)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS) -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0