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 /clients/tde/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 'clients/tde/configure.in')
-rw-r--r-- | clients/tde/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/tde/configure.in b/clients/tde/configure.in index 33c343e..425d6a8 100644 --- a/clients/tde/configure.in +++ b/clients/tde/configure.in @@ -84,6 +84,7 @@ AC_CONFIG_FILES([ po/Makefile ]) AC_CONFIG_FILES([ src/Makefile ]) AC_CONFIG_FILES([ src/app/Makefile ]) AC_CONFIG_FILES([ src/app/views/Makefile ]) +AC_CONFIG_FILES([ src/lib/Makefile ]) AC_CONFIG_FILES([ src/part/Makefile ]) AC_CONFIG_FILES([ src/part/commanalyzer/Makefile ]) AC_CONFIG_FILES([ src/widgets/Makefile ]) |