summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-07-15 10:52:50 -0400
committerDan Winship <danw@gnome.org>2014-07-15 10:52:50 -0400
commitc9e2c34029ecfa2dda98c23c0e3d5fd1a67bddbe (patch)
treed65369e27cda96acdfeb43790e1c56103db6b2ca
parent741ee7d0510adcd60806a12bc33cf9e4cc9e5404 (diff)
downloadNetworkManager-c9e2c34029ecfa2dda98c23c0e3d5fd1a67bddbe.tar.gz
build: fix srcdir!=builddir build after previous merge
-rw-r--r--src/ppp-manager/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ppp-manager/Makefile.am b/src/ppp-manager/Makefile.am
index 06d8013955..a504a6a9fd 100644
--- a/src/ppp-manager/Makefile.am
+++ b/src/ppp-manager/Makefile.am
@@ -4,6 +4,7 @@ AM_CPPFLAGS = \
-I${top_builddir}/include \
-I${top_srcdir}/include \
-I${top_srcdir}/libnm-util \
+ -I${top_builddir}/libnm-util \
-DG_LOG_DOMAIN=\""nm-pppd-plugin"\" \
-DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \
$(DBUS_CFLAGS) \