From 4784648ffca2d729ba7e25c339c1860a372cf867 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Fri, 28 Dec 2012 01:11:22 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.7.4