diff options
author | Giovanni Campagna <gcampagna@src.gnome.org> | 2012-12-28 01:11:22 +0100 |
---|---|---|
committer | Giovanni Campagna <gcampagna@src.gnome.org> | 2012-12-28 01:11:22 +0100 |
commit | 4784648ffca2d729ba7e25c339c1860a372cf867 (patch) | |
tree | c47f7a39164bd92ea89f2b4068f0f51aa5993967 /test | |
parent | 092cf2dc26d178c84558f8bcf8d6377b3054ba0e (diff) | |
download | at-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.am | 2 |
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 = |