build: add missing GLIB_CFLAGS for compiling adsl device plugin

(cherry picked from commit cd267cceed)
(cherry picked from commit 38cef9de7a)
(cherry picked from commit fa142d856c)
This commit is contained in:
Thomas Haller 2017-01-29 11:09:07 +01:00
parent 493da97d2d
commit 4e53619502

View file

@ -14,6 +14,7 @@ AM_CPPFLAGS = \
-I${top_srcdir}/libnm-core \
-DG_LOG_DOMAIN=\""NetworkManager-adsl"\" \
-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_INSIDE_DAEMON \
$(GLIB_CFLAGS) \
$(GUDEV_CFLAGS)
pkglib_LTLIBRARIES = libnm-device-plugin-adsl.la