summaryrefslogtreecommitdiffstats
path: root/src/appl
diff options
context:
space:
mode:
authorJohn Carr <jfc@mit.edu>1992-09-25 03:09:09 +0000
committerJohn Carr <jfc@mit.edu>1992-09-25 03:09:09 +0000
commita28e0077f356bcc74b53d8900780069ba12238bb (patch)
tree5d58f43ad9efabab5218943f7d724ea0f5c44cc4 /src/appl
parent9b738c185af6751fb3dfe0b5e3d0791b66a8addb (diff)
Changes for separate source and build directories
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2410 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
-rw-r--r--src/appl/user_user/Imakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/appl/user_user/Imakefile b/src/appl/user_user/Imakefile
index ddd3f89c5..8deadb370 100644
--- a/src/appl/user_user/Imakefile
+++ b/src/appl/user_user/Imakefile
@@ -27,10 +27,10 @@
LOCAL_LIBRARIES = $(KLIB)
DEFINES = -DDEBUG
-SERVERSRCS = server.c
+SERVERSRCS = $(SRCDIR)server.c
SERVEROBJS = server.o
-CLIENTSRCS = client.c
+CLIENTSRCS = $(SRCDIR)client.c
CLIENTOBJS = client.o
all:: uuclient uuserver