Add missing builddir includes for version.h
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 20 Feb 2013 19:47:43 +0000 (14:47 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 22 Feb 2013 17:18:32 +0000 (12:18 -0500)
af4f2aaf198522b51cf2afc2f25f9189c2432887 broke this

src/xwayland/Makefile.am
tests/Makefile.am

index 77124ff..3a26cbd 100644 (file)
@@ -1,5 +1,6 @@
 AM_CPPFLAGS =                                  \
        -I$(top_srcdir)/shared                  \
+       -I$(top_builddir)/src                   \
        -DDATADIR='"$(datadir)"'                \
        -DMODULEDIR='"$(moduledir)"'            \
        -DLIBEXECDIR='"$(libexecdir)"'          \
index 8bdcfde..e0f004a 100644 (file)
@@ -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)