build: add missing GLIB_CFLAGS for compiling adsl device plugin

(cherry picked from commit cd267cceed)
(cherry picked from commit 38cef9de7a)
This commit is contained in:
Thomas Haller 2017-01-29 11:09:07 +01:00 committed by Lubomir Rintel
parent 44ab1914a4
commit fa142d856c

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