summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-17 14:44:09 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-17 14:44:09 +0100
commit2d55234900a3189041ab58f01630bd4875f7bdb9 (patch)
treea7fecf1292b62cd4bfdd9fd7b161c6dadb78df07 /src
parent9dd3767aac7dcca3429839b384425164147918ca (diff)
downloadtelepathy-logger-2d55234900a3189041ab58f01630bd4875f7bdb9.tar.gz
Use the right LIBS to link telepathy-logger
It uses API from libdbus and dbus-glib, which it accidentally picks up from telepathy-glib at the moment; however, we shouldn't rely on that, and GNU gold (and Fedora's patched GNU ld) have more pedantic defaults (equivalent to -Wl,--no-add-needed).
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f51ee70..85ad8e4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,6 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
$(ERROR_CFLAGS) \
-DG_LOG_DOMAIN=\"tp-logger\" \
- $(LIBTPL_CFLAGS) \
$(TPL_CFLAGS) \
$(DISABLE_DEPRECATED) \
$(WARN_CFLAGS)
@@ -20,7 +19,7 @@ noinst_PROGRAMS = \
telepathy_logger_LDADD = \
$(top_builddir)/telepathy-logger/libtelepathy-logger.la \
- $(LIBTPL_LIBS)
+ $(TPL_LIBS)
test_api_LDADD = \
$(top_builddir)/telepathy-logger/libtelepathy-logger.la \