summaryrefslogtreecommitdiff
path: root/examples/C
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-02-22 16:37:38 -0500
committerDan Williams <dcbw@redhat.com>2012-02-22 16:27:28 -0600
commit74ec56d956e9babeba6c47e236db55d7567df218 (patch)
tree0d4f4260a75aa2e937accca703d74fab5b7e5338 /examples/C
parent79027872634d2229be52dc92fc1fc7fccbea81b5 (diff)
build: fix srcdir != builddir for new generated headers
Diffstat (limited to 'examples/C')
-rw-r--r--examples/C/glib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/C/glib/Makefile.am b/examples/C/glib/Makefile.am
index a8821a9b..428f6adc 100644
--- a/examples/C/glib/Makefile.am
+++ b/examples/C/glib/Makefile.am
@@ -1,4 +1,5 @@
INCLUDES = -I${top_srcdir}/libnm-util \
+ -I${top_builddir}/libnm-util \
-I${top_srcdir}/libnm-glib \
-I${top_srcdir}/include \
-I${top_builddir}/include