summaryrefslogtreecommitdiff
path: root/src/egl/main/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-05-28 12:54:33 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-05-28 12:54:33 -0600
commite94d383b9ba7964da9fefac2a55e10c00ee72392 (patch)
treed0a2171ec2125715dd79095f93136c39608fd298 /src/egl/main/Makefile
parent17ec3b3cc5100deb6ef96977d87b2a7f05814f72 (diff)
egl: added eglstring.[ch]
Diffstat (limited to 'src/egl/main/Makefile')
-rw-r--r--src/egl/main/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile
index 5f3d65f72a..eabfb41450 100644
--- a/src/egl/main/Makefile
+++ b/src/egl/main/Makefile
@@ -17,8 +17,9 @@ HEADERS = \
eglhash.h \
eglmode.h \
eglscreen.h \
+ eglstring.h \
eglsurface.h \
-# eglx.h
+ eglx.h
SOURCES = \
eglapi.c \
@@ -32,8 +33,9 @@ SOURCES = \
eglhash.c \
eglmode.c \
eglscreen.c \
+ eglstring.c \
eglsurface.c \
-# eglx.c
+ eglx.c
OBJECTS = $(SOURCES:.c=.o)