From 606ebbe7aa01fdffc6e4e0e8041a09f8483a7dc5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 10 May 2013 20:17:23 -0400 Subject: [PATCH 1/1] build: Fix srcdir != builddir --- registryd/Makefile.am | 2 ++ test/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/registryd/Makefile.am b/registryd/Makefile.am index a327658..6263084 100644 --- a/registryd/Makefile.am +++ b/registryd/Makefile.am @@ -7,6 +7,8 @@ at_spi2_registryd_CFLAGS = \ $(GOBJ_CFLAGS) \ $(ATK_CFLAGS) \ -I$(top_srcdir) \ + -I$(top_builddir) \ + -I$(top_builddir)/atspi \ -DATSPI_INTROSPECTION_PATH=\"$(pkgdatadir)/$(DEFAULT_ATSPI_INTROSPECTION_PATH)\" at_spi2_registryd_LDADD = \ diff --git a/test/Makefile.am b/test/Makefile.am index a75df54..a489cfc 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_srcdir) +memory_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/atspi memory_CFLAGS = $(GLIB_CFLAGS) $(GOBJ_LIBS) $(DBUS_CFLAGS) memory_LDFLAGS = -- 2.7.4