Add /wayland so we pick up generated header files

Reported by Benjamin Franzke.
This commit is contained in:
Kristian Høgsberg 2010-10-31 14:24:39 -04:00
parent 1b6c0ed95a
commit 0bfb126e59
2 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,10 @@
noinst_PROGRAMS = compositor
INCLUDES = -I$(top_srcdir)/wayland $(COMPOSITOR_CFLAGS)
INCLUDES = \
-I$(top_srcdir)/wayland \
-I$(top_builddir)/wayland \
$(COMPOSITOR_CFLAGS)
AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
compositor_LDADD = \