summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2014-01-27 22:26:29 -0800
committerKristian Høgsberg <krh@bitplanet.net>2014-02-01 00:08:39 -0800
commitf9bc6f63fbd4c1541f733465984ddff0dfd24e9f (patch)
treedd8cc2437304b52d0e2c399ffb6fea6046a47c90 /protocol
parent058bd326208e638fbdf0dc5b868f7880cb84cec6 (diff)
downloadweston-f9bc6f63fbd4c1541f733465984ddff0dfd24e9f.tar.gz
build: Move protocol/Makefile.am into toplevel Makefile.am
Diffstat (limited to 'protocol')
-rw-r--r--protocol/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/protocol/Makefile.am b/protocol/Makefile.am
deleted file mode 100644
index 5e331a74..00000000
--- a/protocol/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-protocol_sources = \
- desktop-shell.xml \
- screenshooter.xml \
- xserver.xml \
- text.xml \
- input-method.xml \
- workspaces.xml \
- text-cursor-position.xml \
- wayland-test.xml \
- xdg-shell.xml \
- scaler.xml
-
-if HAVE_XMLLINT
-.PHONY: validate
-
-.%.xml.valid: %.xml
- $(AM_V_GEN)$(XMLLINT) --noout --dtdvalid $(dtddir)/wayland.dtd $^ > $@
-
-validate: $(protocol_sources:%.xml=.%.xml.valid)
-
-all-local: validate
-
-CLEANFILES= $(protocol_sources:%.xml=.%.xml.valid)
-EXTRA_DIST=$(protocol_sources)
-
-endif