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 /callouts | |
parent | c9e2c34029ecfa2dda98c23c0e3d5fd1a67bddbe (diff) |
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 'callouts')
-rw-r--r-- | callouts/Makefile.am | 1 | ||||
-rw-r--r-- | callouts/tests/Makefile.am | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/callouts/Makefile.am b/callouts/Makefile.am index a8c9026fe..3ec4581ca 100644 --- a/callouts/Makefile.am +++ b/callouts/Makefile.am @@ -2,7 +2,6 @@ SUBDIRS = . tests AM_CPPFLAGS = \ -I${top_srcdir}/include \ - -I${top_builddir}/include \ -I${top_srcdir}/libnm-util \ -I${top_builddir}/libnm-util \ $(GLIB_CFLAGS) \ diff --git a/callouts/tests/Makefile.am b/callouts/tests/Makefile.am index de4b5f529..67af4d9d6 100644 --- a/callouts/tests/Makefile.am +++ b/callouts/tests/Makefile.am @@ -2,7 +2,6 @@ if ENABLE_TESTS AM_CPPFLAGS = \ -I$(top_srcdir)/include \ - -I${top_builddir}/include \ -I$(top_srcdir)/libnm-util \ -I$(top_builddir)/libnm-util \ -I$(top_srcdir)/callouts \ |