summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-05-10 20:17:23 -0400
committerColin Walters <walters@verbum.org>2013-05-10 20:17:23 -0400
commit606ebbe7aa01fdffc6e4e0e8041a09f8483a7dc5 (patch)
treeeb3d0616e3479ac038881a600f006edf52db66ef /test
parente74c40ea4b7616930557ca2e9eda73f5b344a4b5 (diff)
downloadat-spi2-core-606ebbe7aa01fdffc6e4e0e8041a09f8483a7dc5.tar.gz
build: Fix srcdir != builddir
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index a75df54b..a489cfc3 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,6 +1,6 @@
LDADD = $(top_builddir)/atspi/libatspi.la
noinst_PROGRAMS = memory
memory_SOURCES = memory.c
-memory_CPPFLAGS = -I$(top_srcdir)
+memory_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/atspi
memory_CFLAGS = $(GLIB_CFLAGS) $(GOBJ_LIBS) $(DBUS_CFLAGS)
memory_LDFLAGS =