summaryrefslogtreecommitdiff
path: root/callouts
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 /callouts
parentc9e2c34029ecfa2dda98c23c0e3d5fd1a67bddbe (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.am1
-rw-r--r--callouts/tests/Makefile.am1
2 files changed, 0 insertions, 2 deletions
diff --git a/callouts/Makefile.am b/callouts/Makefile.am
index a8c9026fe7..3ec4581cad 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 de4b5f5293..67af4d9d66 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 \