summary refs log tree commit diff
path: root/examples/C/glib/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2013-02-03 14:49:22 +0100
committerMichael Biebl <biebl@debian.org>2013-02-03 14:49:22 +0100
commit9c202e3e860b3be9e1f8882630b69affbb130102 (patch)
tree8202bf39f2129486971fa7d5ae0dee61a561aa53 /examples/C/glib/Makefile.am
parent36cb2f364a821e1be50b23e03a18891ec55adb06 (diff)
Imported Upstream version 0.9.7.995 upstream/0.9.7.995
Diffstat (limited to 'examples/C/glib/Makefile.am')
-rw-r--r--examples/C/glib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/C/glib/Makefile.am b/examples/C/glib/Makefile.am
index 428f6adc..1511f607 100644
--- a/examples/C/glib/Makefile.am
+++ b/examples/C/glib/Makefile.am
@@ -65,11 +65,11 @@ monitor_nm_running_dbus_glib_LDADD = \
 
 monitor_nm_running_GDBus_SOURCES = monitor-nm-running-GDBus.c
 monitor_nm_running_GDBus_LDADD = \
-	$(GIO_LIBS)
+	$(GLIB_LIBS)
 
 monitor_nm_state_GDBus_SOURCES = monitor-nm-state-GDBus.c
 monitor_nm_state_GDBus_LDADD = \
-	$(GIO_LIBS)
+	$(GLIB_LIBS)
 
 EXTRA_DIST = \
 	add-connection-dbus-glib.c \