From a1377cf198844b0f1d3a77f6f98b873c16814fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 20 Feb 2013 14:47:43 -0500 Subject: [PATCH] Add missing builddir includes for version.h af4f2aaf198522b51cf2afc2f25f9189c2432887 broke this --- src/xwayland/Makefile.am | 1 + tests/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/src/xwayland/Makefile.am b/src/xwayland/Makefile.am index 77124ffd..3a26cbd6 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 f2960f11..0f81458d 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)