From becbf1a84c746c488bbe019e07b554c811a20561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Thu, 4 Jul 2013 23:32:42 +0200 Subject: [PATCH] core: enable libgsystem Got build problems with some of the pavlix/runtime patches without that. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index e0a7125d11..58c4769cf2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -379,6 +379,7 @@ libNetworkManager_la_SOURCES = \ $(glue_sources) libNetworkManager_la_LIBADD = \ + $(top_builddir)/libgsystem.la \ $(top_builddir)/libnm-util/libnm-util.la \ $(BLUEZ_LIBS) \ $(DBUS_LIBS) \