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



commit 092cf2dc26d178c84558f8bcf8d6377b3054ba0e
Author: Colin Walters <walters verbum org>
Date:   Thu Dec 27 19:05:01 2012 -0500

    build: Fix srcdir != builddir

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



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