diff options
Diffstat (limited to 'src/dhcp-manager/Makefile.am')
| -rw-r--r-- | src/dhcp-manager/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dhcp-manager/Makefile.am b/src/dhcp-manager/Makefile.am index 63eac9d5..27945f55 100644 --- a/src/dhcp-manager/Makefile.am +++ b/src/dhcp-manager/Makefile.am @@ -3,15 +3,15 @@ libexec_PROGRAMS = nm-dhcp-helper nm_dhcp_helper_SOURCES = nm-dhcp-helper.c nm_dhcp_helper_CPPFLAGS = \ - $(DBUS_CFLAGS) \ + $(GLIB_CFLAGS) \ -DG_LOG_DOMAIN=\""nm-dhcp-helper"\" \ -DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \ -DNMRUNDIR=\"$(nmrundir)\" -nm_dhcp_helper_LDADD = $(DBUS_LIBS) +nm_dhcp_helper_LDADD = $(GLIB_LIBS) -# FIXME: remove when dbus-glib >= 0.100 is required +# FIXME: remove when dbus-glib >= 0.100 or GDBus is required dhcp_helper_conf = nm-dhcp-helper.conf if !HAVE_DBUS_GLIB_100 |