about summary refs log tree commit diff
path: root/callouts/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'callouts/Makefile.am')
-rw-r--r--callouts/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/callouts/Makefile.am b/callouts/Makefile.am
index 61627859..45d38b61 100644
--- a/callouts/Makefile.am
+++ b/callouts/Makefile.am
@@ -24,14 +24,10 @@ nm_dhcp_client_action_SOURCES = \
 
 nm_dhcp_client_action_CPPFLAGS = \
 	$(DBUS_CFLAGS) \
-	$(GLIB_CFLAGS) \
-	-DG_DISABLE_DEPRECATED \
 	-DSYSCONFDIR=\"$(sysconfdir)\" \
 	-DLIBEXECDIR=\"$(libexecdir)\"
 
-nm_dhcp_client_action_LDADD = \
-	$(DBUS_LIBS) \
-	$(GLIB_LIBS)
+nm_dhcp_client_action_LDADD = $(DBUS_LIBS)
 
 
 nm_avahi_autoipd_action_SOURCES = \