avoid 'reload' to show local fs
[prss.git] / configure.ac
index ddd56a9..f20b4fc 100644 (file)
@@ -7,6 +7,7 @@ AC_INIT([prss], [0.0.x],[jeanfi@gmail.com],[prss],[http://wpitchoune.net/prss])
 AM_INIT_AUTOMAKE()
 
 AC_CONFIG_SRCDIR([src/main.c])
+AC_CONFIG_HEADERS([config.h])
 
 # Checks for programs.
 AC_PROG_CC_C99
@@ -66,6 +67,7 @@ AC_SUBST(PTHREAD_LIBS)
 
 AC_CONFIG_FILES([
  Makefile
+ doc/Makefile
  icons/hicolor/scalable/Makefile
  po/Makefile.in
  src/Makefile