[gupnp] Fix linking on win32



commit 22ab813a72e47e8dfb88e930e84e3aeabf2b5d1b
Author: Jens Georg <mail jensge org>
Date:   Fri Feb 8 18:50:29 2013 +0100

    Fix linking on win32

 libgupnp/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgupnp/Makefile.am b/libgupnp/Makefile.am
index 44b620d..2843d68 100644
--- a/libgupnp/Makefile.am
+++ b/libgupnp/Makefile.am
@@ -108,7 +108,7 @@ libgupnp_1_0_la_SOURCES = $(introspection_sources)		\
 			  gena-protocol.h			\
 			  $(BUILT_SOURCES)
 
-libgupnp_1_0_la_LIBADD = $(LIBGUPNP_LIBS) $(DBUS_GLIB_LIBS)
+libgupnp_1_0_la_LIBADD = $(LIBGUPNP_LIBS) $(DBUS_GLIB_LIBS) $(CONTEXT_MANAGER_LIBS)
 
 EXTRA_DIST = gupnp-marshal.list 	   \
 	     gupnp-network-manager.c   	   \


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