Add missing builddir includes for version.h

af4f2aaf19 broke this
This commit is contained in:
Kristian Høgsberg 2013-02-20 14:47:43 -05:00
parent d0239b8994
commit 2566ebda4c
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
AM_CPPFLAGS = \
-I$(top_srcdir)/shared \
-I$(top_builddir)/src \
-DDATADIR='"$(datadir)"' \
-DMODULEDIR='"$(moduledir)"' \
-DLIBEXECDIR='"$(libexecdir)"' \

View 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)