[telepathy-account-widgets/next] Fix underlinking
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [telepathy-account-widgets/next] Fix underlinking
- Date: Thu, 3 Apr 2014 14:29:51 +0000 (UTC)
commit 75e7d7d76870ad4437eae17ac3ca16b19e1e641e
Author: Simon McVittie <simon mcvittie collabora co uk>
Date: Thu Mar 27 10:15:12 2014 +0000
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.
tp-account-widgets/Makefile.am | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/tp-account-widgets/Makefile.am b/tp-account-widgets/Makefile.am
index ff60c4a..fade6d9 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 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]