-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/src/Makefile.in b/src/Makefile.in | ||
index 8f14e9bf2..dfb6843c9 100644 | ||
--- a/src/Makefile.in | ||
+++ b/src/Makefile.in | ||
@@ -30,7 +30,7 @@ SUBDIRS=util include lib \ | ||
plugins/preauth/spake \ | ||
plugins/preauth/test \ | ||
plugins/tls/k5tls \ | ||
- kdc kadmin kprop clients appl tests \ | ||
+ kdc kadmin kprop clients appl \ | ||
config-files build-tools man doc @po@ | ||
WINSUBDIRS=include util lib ccapi windows clients appl plugins\preauth\spake | ||
BUILDTOP=$(REL). |