avoid 'reload' to show local fs
[prss.git] / configure.ac
index 35668a4..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