wayland-egl: move the wayland-egl{, -core}.h headers to egl/

Now we have all the wayland-egl bits in a single place.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Arnaud Vrac <avrac@freebox.fr>
diff --git a/Makefile.am b/Makefile.am
index deafc04..322d6b8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,8 +64,6 @@
 	src/wayland-server-core.h		\
 	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 =			\
@@ -146,6 +144,9 @@
 
 lib_LTLIBRARIES += libwayland-egl.la
 
+include_HEADERS += egl/wayland-egl.h
+include_HEADERS += egl/wayland-egl-core.h
+
 libwayland_egl_la_SOURCES = egl/wayland-egl.c
 libwayland_egl_la_LDFLAGS = -version-info 1
 
diff --git a/src/wayland-egl-core.h b/egl/wayland-egl-core.h
similarity index 100%
rename from src/wayland-egl-core.h
rename to egl/wayland-egl-core.h
diff --git a/src/wayland-egl.h b/egl/wayland-egl.h
similarity index 100%
rename from src/wayland-egl.h
rename to egl/wayland-egl.h