Skip to content

Commit

Permalink
Add missing SRCS definition necessary for make depend to work.
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2470 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tytso committed Dec 12, 1992
1 parent dfdccb5 commit 760d044
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/appl/movemail/Imakefile
Expand Up @@ -31,6 +31,7 @@ LOCAL_LIBRARIES = $(KLIB) $(HESLIBS)
#ifndef AIXArchitecture
OSDEFS = -DMAIL_USE_FLOCK -DBSD
#endif
SRCS = movemail.c

SimpleTestProgramTarget(movemail)

Expand Down
1 change: 1 addition & 0 deletions src/appl/simple/client/Imakefile
Expand Up @@ -25,6 +25,7 @@
DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)
INCLUDES = -I..
SRCS = sim_client.c

SimpleTestProgramTarget(sim_client)

Expand Down
1 change: 1 addition & 0 deletions src/appl/simple/server/Imakefile
Expand Up @@ -25,5 +25,6 @@
DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)
INCLUDES = -I..
SRCS = sim_server.c

SimpleTestProgramTarget(sim_server)
1 change: 1 addition & 0 deletions src/tests/create/Imakefile
Expand Up @@ -24,6 +24,7 @@
#
DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
SRCS= kdb5_mkdums.c

SimpleTestProgramTarget(kdb5_mkdums)

Expand Down
1 change: 1 addition & 0 deletions src/tests/hammer/Imakefile
Expand Up @@ -24,6 +24,7 @@
#
DEPLIBS = $(DEPKLIB)
LOCAL_LIBRARIES = $(KLIB)
SRCS = kdc5_hammer.c

SimpleTestProgramTarget(kdc5_hammer)

Expand Down
1 change: 1 addition & 0 deletions src/tests/verify/Imakefile
Expand Up @@ -24,6 +24,7 @@
#
DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
SRCS= kdb5_verify.c

SimpleTestProgramTarget(kdb5_verify)

Expand Down

0 comments on commit 760d044

Please sign in to comment.