build: really fix srcdir != builddir
authorGiovanni Campagna <gcampagna@src.gnome.org>
Fri, 28 Dec 2012 00:11:22 +0000 (01:11 +0100)
committerGiovanni Campagna <gcampagna@src.gnome.org>
Fri, 28 Dec 2012 00:11:22 +0000 (01:11 +0100)
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

index 27b6e37..30263df 100644 (file)
@@ -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 =