diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-05-09 16:44:06 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-05-09 16:44:06 +0000 |
| commit | 8fa51ca263a5b7265fd3accfd77a5c88092a542d (patch) | |
| tree | 2d1df0507eaf22ed0a417fbe04152346f56f489d /src/admin | |
| parent | 0040cd3d26ca7a97432bc3bc5c7e6b0830075a14 (diff) | |
| download | krb5-8fa51ca263a5b7265fd3accfd77a5c88092a542d.tar.gz krb5-8fa51ca263a5b7265fd3accfd77a5c88092a542d.tar.xz krb5-8fa51ca263a5b7265fd3accfd77a5c88092a542d.zip | |
use DEPKDBLIB
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@809 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin')
| -rw-r--r-- | src/admin/create/Imakefile | 2 | ||||
| -rw-r--r-- | src/admin/destroy/Imakefile | 2 | ||||
| -rw-r--r-- | src/admin/edit/Imakefile | 2 | ||||
| -rw-r--r-- | src/admin/stash/Imakefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/admin/create/Imakefile b/src/admin/create/Imakefile index 59c1e0c58..824fba29a 100644 --- a/src/admin/create/Imakefile +++ b/src/admin/create/Imakefile @@ -1,4 +1,4 @@ -DEPLIBS = $(KDBLIB) $(DEPKLIB) +DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) SimpleProgramTarget(kdb5_create) diff --git a/src/admin/destroy/Imakefile b/src/admin/destroy/Imakefile index ed61e2189..d750eb3b5 100644 --- a/src/admin/destroy/Imakefile +++ b/src/admin/destroy/Imakefile @@ -1,4 +1,4 @@ -DEPLIBS = $(KDBLIB) $(DEPKLIB) +DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) SimpleProgramTarget(kdb5_destroy) diff --git a/src/admin/edit/Imakefile b/src/admin/edit/Imakefile index 4b4dbe0fa..6f67d561f 100644 --- a/src/admin/edit/Imakefile +++ b/src/admin/edit/Imakefile @@ -1,4 +1,4 @@ -DEPLIBS = $(KDBLIB) $(DEPKLIB) +DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) $(SSLIB) OBJS= kdb5_edit.o kdb5_ed_ct.o SRCS= kdb5_edit.c kdb5_ed_ct.c diff --git a/src/admin/stash/Imakefile b/src/admin/stash/Imakefile index 9cd4063db..90f1aab12 100644 --- a/src/admin/stash/Imakefile +++ b/src/admin/stash/Imakefile @@ -1,4 +1,4 @@ -DEPLIBS = $(KDBLIB) $(DEPKLIB) +DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) SimpleProgramTarget(kdb5_stash) |
