Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libkadm5clnt this library is hard to use w/o client_glue.c



details:   https://anonhg.NetBSD.org/src/rev/43096771d671
branches:  trunk
changeset: 503477:43096771d671
user:      joda <joda%NetBSD.org@localhost>
date:      Wed Feb 07 10:36:38 2001 +0000

description:
this library is hard to use w/o client_glue.c

diffstat:

 lib/libkadm5clnt/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1a3551df6f2e -r 43096771d671 lib/libkadm5clnt/Makefile
--- a/lib/libkadm5clnt/Makefile Wed Feb 07 10:23:47 2001 +0000
+++ b/lib/libkadm5clnt/Makefile Wed Feb 07 10:36:38 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/12/30 17:21:45 sommerfeld Exp $
+# $NetBSD: Makefile,v 1.7 2001/02/07 10:36:38 joda Exp $
 
 .include <bsd.own.mk>
 
@@ -20,6 +20,7 @@
 SRCS    =              \
        chpass_c.c      \
        common_glue.c   \
+       client_glue.c   \
        create_c.c      \
        delete_c.c      \
        destroy_c.c     \



Home | Main Index | Thread Index | Old Index