Add missing builddir includes for version.h

af4f2aaf19 broke this
Kristian Høgsberg 12 years ago
parent 6f41b0727c
commit a1377cf198
  1. 1
      src/xwayland/Makefile.am
  2. 1
      tests/Makefile.am

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

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

Loading…
Cancel
Save