summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGiulio Camuffo <giuliocamuffo@gmail.com>2015-04-28 22:57:18 +0300
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2015-04-30 14:30:08 +0300
commitea73cb00bc85e4041e4b9e4d6c460682ad28b69d (patch)
tree3e4c1b4a00b4f10b221b07cc80b5ebed6aa3094f /Makefile.am
parentd74a9c079b1aeb44f69b4132dc2c38362e21f281 (diff)
wayland-egl: add a core header
The new core header doesn't include any other header, since it really is not needed. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a8a0a56..5b44d6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,7 @@ include_HEADERS = \
src/wayland-client.h \
src/wayland-client-core.h \
src/wayland-egl.h \
+ src/wayland-egl-core.h \
src/wayland-version.h
nodist_include_HEADERS = \