summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-17 11:49:44 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-17 11:49:44 +0200
commit4760b61dcce9869c6371d56519248a0aef91c0a9 (patch)
treec6bb685f378ee5aba2944d26a0df811a767fdf49 /configure.ac
parentedffd033360fc76eafaaf8631725057577540c7a (diff)
downloadtelepathy-logger-4760b61dcce9869c6371d56519248a0aef91c0a9.tar.gz
merge PL and LIBTPL libs together
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 2 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index b991678..75fa1d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,25 +157,15 @@ AC_SUBST(ERROR_CFLAGS)
# Pkg-Config dependency checks
# -----------------------------------------------------------
-# Modules used by the library
-PKG_CHECK_MODULES(LIBTPL,
-[
- gio-2.0
- glib-2.0 >= $GLIB_REQUIRED
- gobject-2.0
- libxml-2.0
- telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
- sqlite3
-])
-
-# Modules used by the logger daemon
PKG_CHECK_MODULES(TPL,
[
dbus-1 >= $DBUS_REQUIRED
dbus-glib-1 >= $DBUS_GLIB_REQUIRED
+ gio-2.0
glib-2.0 >= $GLIB_REQUIRED
gobject-2.0
libxml-2.0
+ sqlite3
telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
])