mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
build: Move cursor Makefile.am into toplevel Makefile.am
This commit is contained in:
parent
bb5344ee6d
commit
267b28887d
3 changed files with 24 additions and 24 deletions
|
|
@ -1,21 +0,0 @@
|
|||
lib_LTLIBRARIES = libwayland-cursor.la
|
||||
|
||||
include_HEADERS = wayland-cursor.h
|
||||
|
||||
libwayland_cursor_la_SOURCES = \
|
||||
wayland-cursor.c \
|
||||
os-compatibility.c \
|
||||
os-compatibility.h \
|
||||
cursor-data.h \
|
||||
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 \
|
||||
-DICONDIR=\"$(ICONDIR)\"
|
||||
Loading…
Add table
Add a link
Reference in a new issue