summaryrefslogtreecommitdiff
path: root/src/egl/main/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-05-28 15:50:58 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-05-28 15:50:58 -0600
commit11a261ef4f1d4100c46f73ad51e7e4ed57cc1b5e (patch)
tree02a046a74a3cc76819e3dc6a2c2107cc26f80b6b /src/egl/main/Makefile
parentc56e15b093c367e7e17ebd2e153baab8cafd213a (diff)
egl: move a few small functions into new eglmisc.[ch] files
Diffstat (limited to 'src/egl/main/Makefile')
-rw-r--r--src/egl/main/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile
index 1c395ec928..6676e7e031 100644
--- a/src/egl/main/Makefile
+++ b/src/egl/main/Makefile
@@ -16,6 +16,7 @@ HEADERS = \
eglglobals.h \
egllog.h \
eglhash.h \
+ eglmisc.h \
eglmode.h \
eglscreen.h \
eglstring.h \
@@ -32,6 +33,7 @@ SOURCES = \
eglglobals.c \
egllog.c \
eglhash.c \
+ eglmisc.c \
eglmode.c \
eglscreen.c \
eglstring.c \