mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Make sure we find the right include paths. krh: Edited to use $(top_builddir) Signed-off-by: Daniel Stone <daniel@fooishbar.org>
14 lines
371 B
Makefile
14 lines
371 B
Makefile
lib_LTLIBRARIES = libwayland-cursor.la
|
|
|
|
include_HEADERS = wayland-cursor.h
|
|
|
|
libwayland_cursor_la_SOURCES = \
|
|
wayland-cursor.c \
|
|
xcursor.c \
|
|
xcursor.h
|
|
libwayland_cursor_la_LIBADD = $(top_builddir)/src/libwayland-client.la
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = wayland-cursor.pc
|
|
|
|
AM_CFLAGS = $(GCC_CFLAGS) -I$(top_builddir)/src -I$(top_srcdir)/src
|