diff options
author | Dan Winship <danw@gnome.org> | 2014-07-15 11:37:19 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2014-07-15 11:37:19 -0400 |
commit | 30c74c6007bb0f9d9153fecc45208f2a1e811321 (patch) | |
tree | 4c5650ecb3e0965e7daaca2be2a841c47b9f9bb3 /examples | |
parent | c9e2c34029ecfa2dda98c23c0e3d5fd1a67bddbe (diff) | |
download | NetworkManager-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 'examples')
-rw-r--r-- | examples/C/glib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/C/glib/Makefile.am b/examples/C/glib/Makefile.am index 1f4785dad8..7289c50c41 100644 --- a/examples/C/glib/Makefile.am +++ b/examples/C/glib/Makefile.am @@ -3,7 +3,6 @@ AM_CPPFLAGS = \ -I${top_builddir}/libnm-util \ -I${top_srcdir}/libnm-glib \ -I${top_srcdir}/include \ - -I${top_builddir}/include \ $(DBUS_CFLAGS) \ $(GLIB_CFLAGS) |