Version bump (0.4-5)
[flashlight-appl] / configure.ac
index 38452fb..d234adc 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([flashlight-applet], [0.3], [], [flashlight-applet])
+AC_INIT([flashlight-applet], [0.4], [], [flashlight-applet])
 AC_PREREQ([2.58])
 
 AC_CONFIG_SRCDIR([src/flashlight_applet.c])
@@ -21,7 +21,7 @@ AM_GLIB_GNU_GETTEXT()
 
 #  Dependancy checks:
 # libhildondesktop-1 is provided by the libbhildondesktop1-dev package.
-PKG_CHECK_MODULES([HILDONDESKTOP], [libhildondesktop-1 >= 2.1.16 hal])
+PKG_CHECK_MODULES([HILDONDESKTOP], [libhildondesktop-1 >= 2.1.16 hal libosso >= 2.0])
 AC_SUBST([HILDONDESKTOP_CFLAGS])
 AC_SUBST([HILDONDESKTOP_LIBS])
 
@@ -37,5 +37,6 @@ AC_CONFIG_FILES([Makefile]
    [src/Makefile]
    [data/Makefile]
    [data/flashlight-applet.desktop.in]
+   [data/flashlight-applet-launcher.desktop.in]
    [po/Makefile.in])
 AC_OUTPUT()