From 4e53619502f2c4bb5426073aa104c6d2d26eced1 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 29 Jan 2017 11:09:07 +0100 Subject: [PATCH] build: add missing GLIB_CFLAGS for compiling adsl device plugin (cherry picked from commit cd267cceed291a780fa7540dfcd9f26d8b99ecee) (cherry picked from commit 38cef9de7a3b082c206885192e0b39c33e93d7dc) (cherry picked from commit fa142d856c6d9cf8b41f4b1e1e58729d8a9cce06) --- src/devices/adsl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/adsl/Makefile.am b/src/devices/adsl/Makefile.am index 5f981740a7..18841864c5 100644 --- a/src/devices/adsl/Makefile.am +++ b/src/devices/adsl/Makefile.am @@ -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