summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-27 10:15:12 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-27 10:15:12 +0000
commit75e7d7d76870ad4437eae17ac3ca16b19e1e641e (patch)
tree3dc7fa3dbad9a59f15d8b5eb505e069914d3cff7
parentdfe8d99243fc390f55662ece0d40382baa9d70f1 (diff)
downloadtelepathy-account-widgets-75e7d7d76870ad4437eae17ac3ca16b19e1e641e.tar.gz
Fix underlinking
If we don't link the .la file to the libraries it depends on, every project that embeds this submodule will have to link to those libraries itself.
-rw-r--r--tp-account-widgets/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/tp-account-widgets/Makefile.am b/tp-account-widgets/Makefile.am
index ff60c4ac..fade6d9e 100644
--- a/tp-account-widgets/Makefile.am
+++ b/tp-account-widgets/Makefile.am
@@ -90,6 +90,12 @@ libtp_account_widgets_la_SOURCES = \
$(nocheck_sources) \
$(NULL)
+libtp_account_widgets_la_LIBADD = \
+ $(TPAW_LIBS) \
+ $(UDEV_LIBS) \
+ $(CHEESE_LIBS) \
+ $(NULL)
+
# these are sources that depend on Ubuntu Online Accounts
uoa_sources = \
tpaw-uoa-utils.c \