mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-03 01:41:30 -05: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
24
Makefile.am
24
Makefile.am
|
|
@ -2,7 +2,7 @@ if BUILD_DOCS
|
|||
doc_subdir = doc
|
||||
endif
|
||||
|
||||
SUBDIRS = src $(doc_subdir) tests cursor
|
||||
SUBDIRS = src $(doc_subdir) tests
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
||||
|
||||
|
|
@ -13,3 +13,25 @@ dist_pkgdata_DATA = \
|
|||
wayland-scanner.mk \
|
||||
protocol/wayland.xml \
|
||||
protocol/wayland.dtd
|
||||
|
||||
lib_LTLIBRARIES = libwayland-cursor.la
|
||||
|
||||
include_HEADERS = cursor/wayland-cursor.h
|
||||
|
||||
libwayland_cursor_la_SOURCES = \
|
||||
cursor/wayland-cursor.c \
|
||||
cursor/os-compatibility.c \
|
||||
cursor/os-compatibility.h \
|
||||
cursor/cursor-data.h \
|
||||
cursor/xcursor.c \
|
||||
cursor/xcursor.h
|
||||
libwayland_cursor_la_LIBADD = src/libwayland-client.la
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = cursor/wayland-cursor.pc
|
||||
|
||||
libwayland_cursor_la_CFLAGS = \
|
||||
$(GCC_CFLAGS) \
|
||||
-I$(top_builddir)/src \
|
||||
-I$(top_srcdir)/src \
|
||||
-DICONDIR=\"$(ICONDIR)\"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue