diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2014-03-06 23:15:02 -0800 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2014-03-06 23:15:02 -0800 |
commit | 267b28887dffa47eeb79bb4d6e737979b6fc3cc3 (patch) | |
tree | 4fbbff3fc57ac1941ab6e7087370e4526338dbf1 /cursor | |
parent | bb5344ee6d404095ddb70195b0b4f749d460d989 (diff) |
build: Move cursor Makefile.am into toplevel Makefile.am
Diffstat (limited to 'cursor')
-rw-r--r-- | cursor/Makefile.am | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/cursor/Makefile.am b/cursor/Makefile.am deleted file mode 100644 index 61029b5..0000000 --- a/cursor/Makefile.am +++ /dev/null @@ -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)\" |