From 2294058e9f4ca8f91650f7f6503c6bf1d2271c8d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 1 Apr 2013 08:35:38 -0400 Subject: build: Fix srcdir != builddir issues with previous commit We need top_srcdir. --- utils/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/Makefile.am b/utils/Makefile.am index 1cda413d..8b400f4c 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,8 +1,10 @@ NULL = AM_CPPFLAGS = \ - -I. \ - -I.. \ + -I$(srcdir) \ + -I$(builddir) \ + -I$(top_srcdir) \ + -I$(top_builddir) \ -DLOCALSTATEDIR=\""$(localstatedir)"\" \ -DGDM_SCREENSHOT_DIR=\""$(GDM_SCREENSHOT_DIR)"\"\ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -- cgit v1.2.1