summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-01-30 16:42:33 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-01-30 16:42:33 +0100
commit40f1ef5400c58921163585860d5fbde433956f42 (patch)
tree7e0b1357b290e6870fd20b20078f5c38d1c84402
parent64a23de2293f6cdcc5e5dd494471100e7e5964e8 (diff)
stop linking on telepathy-glib
Not sure why this was needed anyway.
-rw-r--r--src/Makefile.am6
-rw-r--r--tests/Makefile.am3
2 files changed, 3 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 24d48c8e..64db3338 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -197,13 +197,11 @@ check-local: check-coding-style
# TELEPATHY_GLIB_LIBS is only here so compiling against a static lib succeeds
telepathy_salut_android_libs = libsalut-convenience.la \
-lgibber-salut \
- $(top_builddir)/extensions/libsalut-extensions.la \
- -ltelepathy-glib
+ $(top_builddir)/extensions/libsalut-extensions.la
telepathy_salut_1_LDADD = libsalut-convenience.la \
$(top_builddir)/lib/gibber/libgibber.la \
- $(top_builddir)/extensions/libsalut-extensions.la \
- -ltelepathy-glib
+ $(top_builddir)/extensions/libsalut-extensions.la
noinst_LTLIBRARIES = libsalut-convenience.la
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7878b139..cfda4a1a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -20,8 +20,7 @@ telepathy_salut_debug_SOURCES = \
telepathy_salut_debug_LDADD = \
$(top_builddir)/src/libsalut-convenience.la \
$(top_builddir)/lib/gibber/libgibber.la \
- $(top_builddir)/extensions/libsalut-extensions.la \
- -ltelepathy-glib
+ $(top_builddir)/extensions/libsalut-extensions.la
# Teach it how to make libgibber.la
$(top_builddir)/lib/gibber/libgibber.la: