mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05:00
fix includes
This commit is contained in:
parent
238515d3d7
commit
7d9517855a
2 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ noinst_LTLIBRARIES = libtoytoolkit.la
|
||||||
AM_CFLAGS = $(GCC_CFLAGS)
|
AM_CFLAGS = $(GCC_CFLAGS)
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-DDATADIR='"$(datadir)"' \
|
-DDATADIR='"$(datadir)"' \
|
||||||
-I$(top_srcdir)/wayland \
|
|
||||||
-I$(top_builddir)/wayland \
|
-I$(top_builddir)/wayland \
|
||||||
|
-I$(top_srcdir)/wayland \
|
||||||
$(CLIENT_CFLAGS)
|
$(CLIENT_CFLAGS)
|
||||||
|
|
||||||
libtoytoolkit_la_SOURCES = \
|
libtoytoolkit_la_SOURCES = \
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
noinst_PROGRAMS = compositor
|
noinst_PROGRAMS = compositor
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)/wayland \
|
|
||||||
-I$(top_builddir)/wayland \
|
-I$(top_builddir)/wayland \
|
||||||
|
-I$(top_srcdir)/wayland \
|
||||||
$(COMPOSITOR_CFLAGS)
|
$(COMPOSITOR_CFLAGS)
|
||||||
|
|
||||||
AM_CFLAGS = $(GCC_CFLAGS)
|
AM_CFLAGS = $(GCC_CFLAGS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue