diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-17 15:54:24 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-17 15:54:24 -0500 |
commit | 0e11c4ce6d21acd0139345c19b6341971e679b23 (patch) | |
tree | 361adc3f2312984ba2fbf2e3189e41a55d292648 /servers/auth_server_lin/configure.in | |
parent | 2c6c71334b9a5a9ee9211e4b389a239273642313 (diff) | |
download | ulab-0e11c4ce6d21acd0139345c19b6341971e679b23.tar.gz ulab-0e11c4ce6d21acd0139345c19b6341971e679b23.zip |
Write initial SASL/GSSAPI Kerberos classes and server code
Diffstat (limited to 'servers/auth_server_lin/configure.in')
-rw-r--r-- | servers/auth_server_lin/configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/servers/auth_server_lin/configure.in b/servers/auth_server_lin/configure.in index 3e241dc..f0ada40 100644 --- a/servers/auth_server_lin/configure.in +++ b/servers/auth_server_lin/configure.in @@ -73,16 +73,10 @@ AC_CHECK_KDEMAXPATHLEN KDE_CREATE_SUBDIRSLIST AC_CONFIG_FILES([ Makefile ]) -AC_CONFIG_FILES([ acl-updater/Makefile ]) -AC_CONFIG_FILES([ acl-updater/plugin/Makefile ]) -AC_CONFIG_FILES([ cert-updater/Makefile ]) -AC_CONFIG_FILES([ confskel/Makefile ]) AC_CONFIG_FILES([ doc/Makefile ]) AC_CONFIG_FILES([ doc/en/Makefile ]) AC_CONFIG_FILES([ po/Makefile ]) AC_CONFIG_FILES([ src/Makefile ]) -AC_CONFIG_FILES([ src/primaryrealmwizard/Makefile ]) -AC_CONFIG_FILES([ src/secondaryrealmwizard/Makefile ]) AC_OUTPUT # Check if KDE_SET_PREFIX was called, and --prefix was passed to configure if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then |