X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=configure.ac;h=0789ce1ebfdd9b84cebbaa5094f3d3ea6dfcf76b;hp=3f7de9944615101d8a2ccfca25c4e71647ff63f6;hb=479f4f78a5883feafa81b18497f60e2745dba8e3;hpb=d5ad7eeecc6de1a814a36938f466f5d047d0d1e4 diff --git a/configure.ac b/configure.ac index 3f7de99..0789ce1 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([ptask], [0.0.x],[jeanfi@gmail.com],[prss],[http://wpitchoune.net/prss]) +AC_INIT([prss], [0.0.x],[jeanfi@gmail.com],[prss],[http://wpitchoune.net/prss]) AM_INIT_AUTOMAKE([-Wall -Werror gnu]) @@ -50,6 +50,7 @@ AC_CONFIG_FILES([ Makefile po/Makefile.in src/Makefile + src/glade/Makefile tests/Makefile ])