summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2014-02-18 14:55:09 -0800
committerKristian Høgsberg <krh@bitplanet.net>2014-02-18 14:55:09 -0800
commitbb5344ee6d404095ddb70195b0b4f749d460d989 (patch)
treeae82e475387c308a50086b2ac7455d1a80d7256d /Makefile.am
parent6292fe2af6a45decb7fd39090e74dd87bc4e22b2 (diff)
build: Move protocol/ Makefile.am into toplevel Makefile.am
A small step towards non-recursive build system for wayland too.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 99607b0..f6ee810 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,11 +2,14 @@ if BUILD_DOCS
doc_subdir = doc
endif
-SUBDIRS = protocol src $(doc_subdir) tests cursor
+SUBDIRS = src $(doc_subdir) tests cursor
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
aclocaldir = $(datadir)/aclocal
dist_aclocal_DATA = wayland-scanner.m4
-dist_pkgdata_DATA = wayland-scanner.mk
+dist_pkgdata_DATA = \
+ wayland-scanner.mk \
+ protocol/wayland.xml \
+ protocol/wayland.dtd