mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-27 06:59:51 -05:00
don't use deprecated INCLUDES variable
This commit is contained in:
parent
7d9517855a
commit
0428a9a15c
2 changed files with 3 additions and 3 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue