summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-06-15 15:42:36 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-06-15 15:42:36 +0200
commit091b9f6d3c1613e32e08e7f4663726344408d4a3 (patch)
treefe5d04bbb7ac94bfc6602f36e9a1be8c4093dad1 /configure.ac
parent75db7fd0ea56cfa648e9ac30230a0fe3349d39cd (diff)
downloadabrt-091b9f6d3c1613e32e08e7f4663726344408d4a3.tar.gz
abrt-091b9f6d3c1613e32e08e7f4663726344408d4a3.tar.xz
abrt-091b9f6d3c1613e32e08e7f4663726344408d4a3.zip
Fixed spec file, to work with new version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0b8351e1..a1036d51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([abrt], [0.0.3], [jmoskovc@redhat.com, zprikryl@redhat.com])
+AC_INIT([abrt], [0.0.4], [jmoskovc@redhat.com, zprikryl@redhat.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
@@ -74,6 +74,7 @@ AC_CONFIG_FILES([
src/Applet/Makefile
src/Gui/Makefile
src/TUI/Makefile
+ inc/Makefile
])
AC_OUTPUT \ No newline at end of file