From 02402ce569584b4c02ff042c17af54eb7d2dc9f8 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 28 Nov 2011 14:55:20 +0000 Subject: [PATCH] Makefile.am: fix out-of-tree builds --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7630c48..f06fe4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,8 @@ AM_CFLAGS = AM_CPPFLAGS = \ -include config.h \ -DLOCALEDIR=\""$(localedir)"\" \ - -I$(top_srcdir)/libmoonshot + -I$(top_srcdir)/libmoonshot \ + -I$(top_builddir)/libmoonshot AM_VALAFLAGS = \ config.vapi \ -- 2.1.4