From 2566ebda4c9e2ef253ffb9a686e46f4eaea10a11 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 77124ffdb..3a26cbd63 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 8bdcfde39..e0f004a3f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,6 +34,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)