egl: added eglstring.[ch]
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile
index 5f3d65f..eabfb41 100644
--- a/src/egl/main/Makefile
+++ b/src/egl/main/Makefile
@@ -17,8 +17,9 @@
 	eglhash.h \
 	eglmode.h \
 	eglscreen.h \
+	eglstring.h \
 	eglsurface.h \
-#	eglx.h
+	eglx.h
 
 SOURCES = \
 	eglapi.c \
@@ -32,8 +33,9 @@
 	eglhash.c \
 	eglmode.c \
 	eglscreen.c \
+	eglstring.c \
 	eglsurface.c \
-#	eglx.c
+	eglx.c
 
 OBJECTS = $(SOURCES:.c=.o)