summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorpd <shackan@aris-ubuntu804.(none)>2008-06-14 15:40:27 +0200
committerpd <shackan@aris-ubuntu804.(none)>2008-06-14 15:40:27 +0200
commit1b3005836b956607f07600e5539f952800f1c59c (patch)
tree17ed5929a45ccef897def3320363cc3c40fadd44 /examples
parent68a722e6d1ab02fea35d691a7340488322b8895d (diff)
downloaddbus-c++-1b3005836b956607f07600e5539f952800f1c59c.tar.gz
Use autoconf convention for the configuration header (Glenn Murphy)
Diffstat (limited to 'examples')
-rw-r--r--examples/hal/Makefile.am2
-rw-r--r--examples/properties/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/hal/Makefile.am b/examples/hal/Makefile.am
index ed3d5c5..22868c8 100644
--- a/examples/hal/Makefile.am
+++ b/examples/hal/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
noinst_PROGRAMS = hal-listen
diff --git a/examples/properties/Makefile.am b/examples/properties/Makefile.am
index c0c9565..6cb3ad4 100644
--- a/examples/properties/Makefile.am
+++ b/examples/properties/Makefile.am
@@ -1,6 +1,6 @@
EXTRA_DIST = README props-introspect.xml
-AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
noinst_PROGRAMS = props-server