summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2014-03-07 14:02:32 -0800
committerKristian Høgsberg <krh@bitplanet.net>2014-03-07 14:02:32 -0800
commit1e716d6fcfb1d5ea1eb649043b9f71f776e9350a (patch)
treea3433804fd2c9ee6bf9532dba97ae47119b97da8
parentbb41c5744667b607773ae4ada876e58e512c9739 (diff)
build: Generated protocol files live in protocol/ now
Fix up the references in include_HEADERS.
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c5fcce0..ec8c6b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,9 +20,9 @@ noinst_LTLIBRARIES = libwayland-util.la
include_HEADERS = \
src/wayland-util.h \
- src/wayland-server-protocol.h \
+ protocol/wayland-server-protocol.h \
src/wayland-server.h \
- src/wayland-client-protocol.h \
+ protocol/wayland-client-protocol.h \
src/wayland-client.h \
src/wayland-egl.h \
src/wayland-version.h