From 0f1c67f9550f7e99a0f84f7d59cf8d75e866431d Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Wed, 15 Apr 2009 05:01:26 +0000 Subject: [PATCH] Fixed elementary build when builddir != srcdir. SVN revision: 40076 --- src/bin/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 68bcb9e..af79791 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -5,6 +5,7 @@ MAINTAINERCLEANFILES = Makefile.in AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/src/lib \ +-I$(top_builddir)/src/lib \ -I$(top_srcdir)/src/bin \ -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ @ELEMENTARY_CFLAGS@ \ -- 2.7.4