X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=01daed83a0ae6d549f45fc7a99333881536eec9b;hb=392ae983c9ed6c1c74141c57ffb0502955964910;hp=21b355251336daf470b4f3e5e15475be52d6ef46;hpb=65ecdd3343d0c9bc8359941e56669e962d715425;p=ptask.git diff --git a/configure.ac b/configure.ac index 21b3552..01daed8 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ AC_INIT([ptask], [0.0.x],[jeanfi@gmail.com],[ptask],[http://wpitchoune.net/ptask AM_INIT_AUTOMAKE([-Wall -Werror gnu]) AC_CONFIG_SRCDIR([src/main.c]) +AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC @@ -46,8 +47,12 @@ PKG_CHECK_MODULES(JSON, json) AC_SUBST(JSON_CFLAGS) AC_SUBST(JSON_LIBS) +# Gsettings +GLIB_GSETTINGS + AC_CONFIG_FILES([ Makefile + icons/hicolor/scalable/Makefile po/Makefile.in src/Makefile src/glade/Makefile