summaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2014-01-27 21:59:55 -0800
committerKristian Høgsberg <krh@bitplanet.net>2014-02-01 00:07:23 -0800
commit058bd326208e638fbdf0dc5b868f7880cb84cec6 (patch)
tree84e41ba1078c7390f0f51799d7d5208283883e48 /xwayland
parentbc00dbe4f5c044efef3359b3418bf0417c3669b2 (diff)
build: Move xwayland/Makefile.am into toplevel Makefile.am
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/Makefile.am42
1 files changed, 0 insertions, 42 deletions
diff --git a/xwayland/Makefile.am b/xwayland/Makefile.am
deleted file mode 100644
index 434234aa..00000000
--- a/xwayland/Makefile.am
+++ /dev/null
@@ -1,42 +0,0 @@
-AM_CPPFLAGS = \
- -I$(top_srcdir)/shared \
- -I$(top_srcdir)/src \
- -I$(top_builddir)/src \
- -I$(top_builddir)/xwayland \
- -DDATADIR='"$(datadir)"' \
- -DMODULEDIR='"$(moduledir)"' \
- -DLIBEXECDIR='"$(libexecdir)"' \
- -DXSERVER_PATH='"@XSERVER_PATH@"'
-
-moduledir = @libdir@/weston
-module_LTLIBRARIES = xwayland.la
-
-xwayland = xwayland.la
-xwayland_la_LDFLAGS = -module -avoid-version
-xwayland_la_LIBADD = \
- $(XWAYLAND_LIBS) \
- $(top_builddir)/shared/libshared-cairo.la
-xwayland_la_CFLAGS = \
- $(GCC_CFLAGS) \
- $(COMPOSITOR_CFLAGS) \
- $(PIXMAN_CFLAGS) \
- $(CAIRO_CFLAGS)
-xwayland_la_SOURCES = \
- xwayland.h \
- window-manager.c \
- selection.c \
- dnd.c \
- launcher.c \
- xserver-protocol.c \
- xserver-server-protocol.h \
- hash.c \
- hash.h
-
-BUILT_SOURCES = \
- xserver-protocol.c \
- xserver-server-protocol.h
-
-CLEANFILES = $(BUILT_SOURCES)
-
-wayland_protocoldir = $(top_srcdir)/protocol
-include $(top_srcdir)/wayland-scanner.mk