summaryrefslogtreecommitdiff
path: root/src/devices/adsl
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-07-15 11:37:19 -0400
committerDan Winship <danw@gnome.org>2014-07-15 11:37:19 -0400
commit30c74c6007bb0f9d9153fecc45208f2a1e811321 (patch)
tree4c5650ecb3e0965e7daaca2be2a841c47b9f9bb3 /src/devices/adsl
parentc9e2c34029ecfa2dda98c23c0e3d5fd1a67bddbe (diff)
downloadNetworkManager-30c74c6007bb0f9d9153fecc45208f2a1e811321.tar.gz
build: more srcdir!=builddir fixes
nm-version.h was getting disted, making srcdir!=builddir work for tarball builds, but not for git builds. Also, remove "-I${top_builddir}/include" from all Makefile.ams, since there's nothing generated in include/ any more.
Diffstat (limited to 'src/devices/adsl')
-rw-r--r--src/devices/adsl/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/adsl/Makefile.am b/src/devices/adsl/Makefile.am
index 0430f47d02..50024b3ee9 100644
--- a/src/devices/adsl/Makefile.am
+++ b/src/devices/adsl/Makefile.am
@@ -10,7 +10,6 @@ AM_CPPFLAGS = \
-I${top_srcdir}/src/settings \
-I${top_srcdir}/src/platform \
-I${top_srcdir}/src/ppp-manager \
- -I${top_builddir}/include \
-I${top_srcdir}/include \
-I${top_builddir}/libnm-util \
-I${top_srcdir}/libnm-util \