Automake tweaking
[rodin/chimara.git] / configure.ac
index 855619ae3e79302779b1cee424866ddf40597385..1e494408997562ad6782d57ff9d339958dc99465 100644 (file)
@@ -14,6 +14,7 @@ AM_INIT_AUTOMAKE([-Wall])
 ### DECLARE PROGRAMS ##########################################################
 
 AC_PROG_CC                 # C compiler
+AM_PROG_CC_C_O             # Automake requires this for per-target CFLAGS
 AC_PROG_INSTALL            # Install
 LT_INIT                    # Libtool
 AC_PROG_LIBTOOL            # Old way of declaring Libtool
@@ -61,6 +62,9 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([
 Makefile
 src/Makefile
+docs/Makefile
+docs/reference/Makefile
+docs/reference/version.xml
 po/Makefile.in
 ])
 # Do it