mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-12-24 13:40:11 +01:00
cursor: Fix warning with objdir != srcdir build
Make sure we find the right include paths. krh: Edited to use $(top_builddir) Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
parent
1b6a61d3e9
commit
32add9c6e6
1 changed files with 1 additions and 1 deletions
|
|
@ -11,4 +11,4 @@ libwayland_cursor_la_LIBADD = $(top_builddir)/src/libwayland-client.la
|
|||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = wayland-cursor.pc
|
||||
|
||||
AM_CFLAGS = $(GCC_CFLAGS) -I../src
|
||||
AM_CFLAGS = $(GCC_CFLAGS) -I$(top_builddir)/src -I$(top_srcdir)/src
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue