summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-11-19 17:11:58 -0500
committerKristian Høgsberg <krh@bitplanet.net>2012-11-19 17:11:58 -0500
commit173e1606322675149c09443e6037737748dd72f7 (patch)
tree1d8c34777308b6f1121eaeee33257b8272708f75 /configure.ac
parent3a671b4d3db6dd03bcc6e266484d30b9f3f4fd8b (diff)
Fix distcheck by adding back protocol/Makefile.am
5909dddc78573774bd3a93c280831a7d18d82994 removed protocol/Makefile.am which meant protocol/wayland.xml no longer got included in the tarball. Add back protocol/Makefile.am and configure.ac bits and add protocol to subdirs in Makefile.am to fix this.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a451948..f681fc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,5 +116,6 @@ AC_CONFIG_FILES([Makefile
src/wayland-server.pc
src/wayland-client.pc
src/wayland-version.h
+ protocol/Makefile
tests/Makefile])
AC_OUTPUT