From: Theodore Tso Date: Tue, 9 Aug 1994 17:58:46 +0000 (+0000) Subject: Include all appl directories X-Git-Tag: krb5-1.0-beta4.2~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e0bac7ab12894d4fb5203d1a5c178a0be08ff343;p=krb5.git Include all appl directories git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4092 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/configure.in b/src/appl/configure.in index 6a161be54..4e28e32b8 100644 --- a/src/appl/configure.in +++ b/src/appl/configure.in @@ -1,7 +1,7 @@ AC_INIT(configure.in) WITH_CCOPTS AC_SET_BUILDTOP -CONFIG_DIRS(sample simple user_user bsd gss-sample telnet) +CONFIG_DIRS(sample simple user_user bsd gss-sample telnet popper movemail mailquery zmailnotify) MAKE_SUBDIRS("making",all) MAKE_SUBDIRS("cleaning",clean) MAKE_SUBDIRS("installing",install)