From e93a3647b95bd1d9d45d82295b9218c9267faab9 Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Wed, 29 Apr 2009 08:15:51 +0200 Subject: Add doc directory and the schema file --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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 -- cgit