summaryrefslogtreecommitdiff
path: root/compositor/Makefile.am
diff options
context:
space:
mode:
authornobled <nobled@dreamwidth.org>2011-01-24 16:27:27 +0000
committernobled <nobled@dreamwidth.org>2011-01-24 16:27:27 +0000
commit0428a9a15c58c14963a1a0eec245aa75389ebfe4 (patch)
tree739dc3bdd023954cd698d85caf71303fd2b96c7a /compositor/Makefile.am
parent7d9517855ab5d7acfda262c6e960ab96b7ce6b9c (diff)
don't use deprecated INCLUDES variable
Diffstat (limited to 'compositor/Makefile.am')
-rw-r--r--compositor/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/compositor/Makefile.am b/compositor/Makefile.am
index 5487f6c4..d2baa437 100644
--- a/compositor/Makefile.am
+++ b/compositor/Makefile.am
@@ -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 \