fix includes

This commit is contained in:
nobled 2011-01-24 16:01:26 +00:00
parent 238515d3d7
commit 7d9517855a
2 changed files with 2 additions and 2 deletions

View file

@ -1,8 +1,8 @@
noinst_PROGRAMS = compositor
INCLUDES = \
-I$(top_srcdir)/wayland \
-I$(top_builddir)/wayland \
-I$(top_srcdir)/wayland \
$(COMPOSITOR_CFLAGS)
AM_CFLAGS = $(GCC_CFLAGS)