diff options
| author | Giulio Camuffo <giuliocamuffo@gmail.com> | 2015-04-28 22:57:18 +0300 |
|---|---|---|
| committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2015-04-30 14:30:08 +0300 |
| commit | ea73cb00bc85e4041e4b9e4d6c460682ad28b69d (patch) | |
| tree | 3e4c1b4a00b4f10b221b07cc80b5ebed6aa3094f /Makefile.am | |
| parent | introduce new headers wayland-client-core.h and wayland-server-core.h (diff) | |
| download | wayland-ea73cb00bc85e4041e4b9e4d6c460682ad28b69d.tar wayland-ea73cb00bc85e4041e4b9e4d6c460682ad28b69d.tar.gz wayland-ea73cb00bc85e4041e4b9e4d6c460682ad28b69d.tar.bz2 wayland-ea73cb00bc85e4041e4b9e4d6c460682ad28b69d.tar.lz wayland-ea73cb00bc85e4041e4b9e4d6c460682ad28b69d.tar.xz wayland-ea73cb00bc85e4041e4b9e4d6c460682ad28b69d.tar.zst wayland-ea73cb00bc85e4041e4b9e4d6c460682ad28b69d.zip | |
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.am | 1 |
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 = \ |
