e4efef869e
LDADD is only used when linking programs not libraries. Spotted-by: Pekka Paalanen <ppaalanen@gmail.com>
15 lines
338 B
Makefile
15 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
|