summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2012-12-28 01:11:22 +0100
committerGiovanni Campagna <gcampagna@src.gnome.org>2012-12-28 01:11:22 +0100
commit4784648ffca2d729ba7e25c339c1860a372cf867 (patch)
treec47f7a39164bd92ea89f2b4068f0f51aa5993967 /test
parent092cf2dc26d178c84558f8bcf8d6377b3054ba0e (diff)
downloadat-spi2-core-4784648ffca2d729ba7e25c339c1860a372cf867.tar.gz
build: really fix srcdir != builddir
The file we want is in srcdir, not builddir. http://ostree.gnome.org/work/tasks/gnomeos-3.8-build/2012.2854/log
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 27b6e370..30263df5 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_builddir)
+memory_CPPFLAGS = -I$(top_srcdir)
memory_CFLAGS = $(GLIB_CFLAGS) $(DBUS_CFLAGS)
memory_LDFLAGS =