From 30c74c6007bb0f9d9153fecc45208f2a1e811321 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 15 Jul 2014 11:37:19 -0400 Subject: 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. --- examples/C/glib/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') 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) -- cgit v1.2.1