mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
cursor: Link libwayland-cursor to libwayland-client
LDADD is only used when linking programs not libraries. Spotted-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
parent
75a5f7476a
commit
e4efef869e
1 changed files with 1 additions and 1 deletions
|
|
@ -6,9 +6,9 @@ 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
|
||||
LDADD = $(top_builddir)/src/libwayland-client.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue