[at-spi2-core] build: really fix srcdir != builddir



commit 4784648ffca2d729ba7e25c339c1860a372cf867
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Fri Dec 28 01:11:22 2012 +0100

    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

 test/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/Makefile.am b/test/Makefile.am
index 27b6e37..30263df 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 = 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]