summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-12-27 19:05:01 -0500
committerColin Walters <walters@verbum.org>2012-12-27 19:05:38 -0500
commit092cf2dc26d178c84558f8bcf8d6377b3054ba0e (patch)
tree927a1e4cf31d2ca0c4c5cafdeb6f035ceb1e1272 /test
parent233ec0f562e12adfbe1ca5182bebd22c19c31ea4 (diff)
downloadat-spi2-core-092cf2dc26d178c84558f8bcf8d6377b3054ba0e.tar.gz
build: Fix srcdir != builddir
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index ab47b948..27b6e370 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,5 +1,6 @@
LDADD = $(top_builddir)/atspi/libatspi.la
noinst_PROGRAMS = memory
memory_SOURCES = memory.c
+memory_CPPFLAGS = -I$(top_builddir)
memory_CFLAGS = $(GLIB_CFLAGS) $(DBUS_CFLAGS)
memory_LDFLAGS =