mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
Add /wayland so we pick up generated header files
Reported by Benjamin Franzke.
This commit is contained in:
parent
1b6c0ed95a
commit
0bfb126e59
2 changed files with 9 additions and 2 deletions
|
|
@ -1,7 +1,10 @@
|
|||
noinst_PROGRAMS = gears flower screenshot terminal image view dnd smoke
|
||||
noinst_LTLIBRARIES = libtoytoolkit.la
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/wayland $(CLIENT_CFLAGS) $(POPPLER_CFLAGS)
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/wayland \
|
||||
-I$(top_builddir)/wayland \
|
||||
$(CLIENT_CFLAGS) $(POPPLER_CFLAGS)
|
||||
|
||||
LDADD = libtoytoolkit.la \
|
||||
$(top_builddir)/wayland/libwayland-client.la \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
noinst_PROGRAMS = compositor
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/wayland $(COMPOSITOR_CFLAGS)
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/wayland \
|
||||
-I$(top_builddir)/wayland \
|
||||
$(COMPOSITOR_CFLAGS)
|
||||
|
||||
AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
|
||||
|
||||
compositor_LDADD = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue