2012-05-22 15:39:41 +03:00
|
|
|
lib_LTLIBRARIES = libwayland-cursor.la
|
|
|
|
|
|
|
|
|
|
include_HEADERS = wayland-cursor.h
|
|
|
|
|
|
|
|
|
|
libwayland_cursor_la_SOURCES = \
|
|
|
|
|
wayland-cursor.c \
|
2012-07-10 13:05:02 +03:00
|
|
|
os-compatibility.c \
|
|
|
|
|
os-compatibility.h \
|
2012-10-04 14:27:39 -07:00
|
|
|
cursor-data.h \
|
2012-05-22 15:39:41 +03:00
|
|
|
xcursor.c \
|
|
|
|
|
xcursor.h
|
2012-05-29 14:10:30 +01:00
|
|
|
libwayland_cursor_la_LIBADD = $(top_builddir)/src/libwayland-client.la
|
2012-05-22 15:39:41 +03:00
|
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
|
pkgconfig_DATA = wayland-cursor.pc
|
|
|
|
|
|
2012-06-08 11:58:02 +03:00
|
|
|
AM_CFLAGS = \
|
|
|
|
|
$(GCC_CFLAGS) \
|
|
|
|
|
-I$(top_builddir)/src \
|
|
|
|
|
-I$(top_srcdir)/src \
|
|
|
|
|
-DICONDIR=\"$(ICONDIR)\"
|