fixed level in edit mode
[livewp] / applet / configure.ac
index 0c3b45b..5eacb12 100644 (file)
@@ -1,8 +1,11 @@
 AC_PREREQ(2.61)
-AC_INIT([livewp], [0.1])
+AC_INIT([livewp], [0.2])
 AC_CONFIG_SRCDIR([src/livewp-home-widget.c])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(livewp, 0.2)
 AC_CONFIG_HEADER([config.h])
+AC_PROG_LIBTOOL
+AC_PROG_INTLTOOL([0.23])
+
 
 AC_PROG_CC
 AC_HEADER_STDC
@@ -36,9 +39,12 @@ AC_DEFINE_UNQUOTED([LOCALEDIR], "${localedir}", [Path to store localization file
 ALL_LINGUAS="ru_RU"
 AM_GLIB_GNU_GETTEXT
 
+
 dnl Config files
 AC_CONFIG_FILES([Makefile
                livewp-home-widget.desktop
+               po/Makefile.in
+               po/Makefile
                data/Makefile
                src/Makefile])
 dnl Produce output files