[telepathy-account-widgets/next] Fix underlinking



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]