From 092cf2dc26d178c84558f8bcf8d6377b3054ba0e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 27 Dec 2012 19:05:01 -0500 Subject: [PATCH] build: Fix srcdir != builddir --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 = -- 2.7.4