Add missing builddir includes for version.h

af4f2aaf198522b51cf2afc2f25f9189c2432887 broke this
This commit is contained in:
Kristian Høgsberg 2013-02-20 14:47:43 -05:00
parent 6f41b0727c
commit a1377cf198
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

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