don't use deprecated INCLUDES variable

This commit is contained in:
nobled 2011-01-24 16:27:27 +00:00
parent 7d9517855a
commit 0428a9a15c
2 changed files with 3 additions and 3 deletions

View file

@ -1,12 +1,12 @@
noinst_PROGRAMS = compositor
INCLUDES = \
AM_CPPFLAGS = \
-DDATADIR='"$(datadir)"' \
-I$(top_builddir)/wayland \
-I$(top_srcdir)/wayland \
$(COMPOSITOR_CFLAGS)
AM_CFLAGS = $(GCC_CFLAGS)
AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
compositor_LDADD = \
$(top_builddir)/wayland/libwayland-server.la \

View file

@ -29,7 +29,7 @@ libwayland_client_la_SOURCES = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = wayland-client.pc wayland-server.pc
INCLUDES = $(FFI_CFLAGS)
AM_CPPFLAGS = $(FFI_CFLAGS)
AM_CFLAGS = $(GCC_CFLAGS)
include $(top_srcdir)/wayland/scanner.mk