summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-04-29 08:15:51 +0200
committerMartin Nagy <mnagy@redhat.com>2009-04-30 11:21:48 +0200
commite93a3647b95bd1d9d45d82295b9218c9267faab9 (patch)
treee0ebe959424d3c171a31349f4027c2b59b192f74 /configure.ac
parent064303fb3315e1225152bd1da8129b7deab8cbbc (diff)
downloadldap_driver-e93a3647b95bd1d9d45d82295b9218c9267faab9.tar.gz
ldap_driver-e93a3647b95bd1d9d45d82295b9218c9267faab9.tar.xz
ldap_driver-e93a3647b95bd1d9d45d82295b9218c9267faab9.zip
Add doc directory and the schema file
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4796714..6f1f521 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,8 +38,8 @@ int main(void) {
AC_DEFINE_UNQUOTED([LIBDNS_VERSION_MAJOR], [$LIBDNS_VERSION_MAJOR],
[Define libdns version])],
[AC_MSG_ERROR([Can't obtain libdns version.])],
-[AC_MSG_ERROR([Cross compilling is not supported.])]
+[AC_MSG_ERROR([Cross compiling is not supported.])]
)
-AC_CONFIG_FILES([Makefile src/Makefile])
+AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile])
AC_OUTPUT