next step for application
[livewp] / applet / configure.ac
index 74c11d2..219aeb3 100644 (file)
@@ -1,8 +1,8 @@
 AC_PREREQ(2.61)
 AC_INIT([livewp], [0.4])
 AC_CONFIG_SRCDIR([src/livewp-home-widget.c])
+AC_CONFIG_HEADER([src/config.h:src/config.h.in])
 AM_INIT_AUTOMAKE(livewp, 0.4)
-AC_CONFIG_HEADER([config.h])
 AC_PROG_LIBTOOL
 AC_PROG_INTLTOOL([0.23])
 
@@ -16,6 +16,10 @@ PKG_CHECK_MODULES(EXAMPLE, hildon-1 libhildondesktop-1 gtk+-2.0)
 AC_SUBST(EXAMPLE_CFLAGS)
 AC_SUBST(EXAMPLE_LIBS)
 
+PKG_CHECK_MODULES(OSSO, [libosso >= 1])
+AC_SUBST(OSSO_LIBS)
+AC_SUBST(OSSO_CFLAGS)
+
 # Discover where to install the .desktop file:
 HILDON_HOME_DESKTOP_DIR=`pkg-config libhildondesktop-1 --variable=hildonhomedesktopentrydir`
 AC_SUBST(HILDON_HOME_DESKTOP_DIR)