[libsocialweb] build: Add dependent libraries to frob-keystore test compilation



commit ab928a1b8e0039be0cfbd9669a90bdf4644335fe
Author: Rob Bradford <rob linux intel com>
Date:   Wed Apr 20 18:52:02 2011 +0100

    build: Add dependent libraries to frob-keystore test compilation
    
    Fixes: https://bugs.meego.com/show_bug.cgi?id=16475

 libsocialweb-keystore/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/libsocialweb-keystore/Makefile.am b/libsocialweb-keystore/Makefile.am
index d725b5b..aae52e6 100644
--- a/libsocialweb-keystore/Makefile.am
+++ b/libsocialweb-keystore/Makefile.am
@@ -18,7 +18,9 @@ frob_keystore_CFLAGS = \
 	-I$(top_srcdir) $(GLIB_CFLAGS) $(GOBJECT_CFLAGS)
 
 frob_keystore_LDADD = \
-	libsocialweb-keystore.la
+	libsocialweb-keystore.la \
+	$(GLIB_LIBS) $(GOBJECT_LIBS)
+
 
 TESTS = test-suite
 check_PROGRAMS = test-suite



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]