summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-01-29 11:09:07 +0100
committerLubomir Rintel <lkundrak@v3.sk>2017-01-29 12:27:58 +0100
commitd2e79d4c59b0a3d08c6270067a0bf23d026e73bc (patch)
tree4ff90361d32fa19fe123f4c09c10ec65af5259c0
parent0d50bea77a6d237be9f3af021ec76b722af31bf3 (diff)
build: add missing GLIB_CFLAGS for compiling adsl device plugin
(cherry picked from commit cd267cceed291a780fa7540dfcd9f26d8b99ecee) (cherry picked from commit 38cef9de7a3b082c206885192e0b39c33e93d7dc)
-rw-r--r--src/devices/adsl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/adsl/Makefile.am b/src/devices/adsl/Makefile.am
index 9075021c3..bb1b12829 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