[glib-networking] pkcs11: Link libgiopkcs11.la against glib



commit 28f8b68779095aff71798aa04adf87e693e201df
Author: Kalev Lember <kalevlember gmail com>
Date:   Tue Feb 28 12:05:46 2012 +0200

    pkcs11: Link libgiopkcs11.la against glib
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670956

 tls/pkcs11/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/tls/pkcs11/Makefile.am b/tls/pkcs11/Makefile.am
index 94f3f13..bda8a78 100644
--- a/tls/pkcs11/Makefile.am
+++ b/tls/pkcs11/Makefile.am
@@ -15,6 +15,10 @@ libgiopkcs11_la_SOURCES =			\
 	pkcs11-trust-assertions.h		\
 	$(NULL)
 
+libgiopkcs11_la_LIBADD =			\
+	$(GLIB_LIBS)				\
+	$(NULL)
+
 INCLUDES +=					\
 	$(PKCS11_CFLAGS)			\
 	-DG_DISABLE_DEPRECATED



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