From: Kristian Høgsberg Date: Wed, 20 Feb 2013 19:47:43 +0000 (-0500) Subject: Add missing builddir includes for version.h X-Git-Tag: 1.0.90~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1377cf198844b0f1d3a77f6f98b873c16814fb3;p=platform%2Fupstream%2Fweston.git Add missing builddir includes for version.h af4f2aaf198522b51cf2afc2f25f9189c2432887 broke this --- diff --git a/src/xwayland/Makefile.am b/src/xwayland/Makefile.am index 77124ff..3a26cbd 100644 --- a/src/xwayland/Makefile.am +++ b/src/xwayland/Makefile.am @@ -1,5 +1,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/shared \ + -I$(top_builddir)/src \ -DDATADIR='"$(datadir)"' \ -DMODULEDIR='"$(moduledir)"' \ -DLIBEXECDIR='"$(libexecdir)"' \ diff --git a/tests/Makefile.am b/tests/Makefile.am index f2960f1..0f81458 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -35,6 +35,7 @@ AM_CFLAGS = $(GCC_CFLAGS) AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/shared \ + -I$(top_builddir)/src \ -DUNIT_TEST \ $(COMPOSITOR_CFLAGS) AM_LDFLAGS = -module -avoid-version -rpath $(libdir)