mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-16 06:59:47 -05:00
LDADD is only used when linking programs not libraries. Spotted-by: Pekka Paalanen <ppaalanen@gmail.com>
14 lines
338 B
Makefile
14 lines
338 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../src
|