summaryrefslogtreecommitdiff
path: root/src/mesa/main/sources
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-12-09 14:26:02 -0700
committerBrian Paul <brian.paul@tungstengraphics.com>2008-12-15 18:19:05 -0700
commitc573b9f94a532c07438d72694115182c6a12903a (patch)
tree1d8bb4534b44769be948195d4f432841cc951b3d /src/mesa/main/sources
parent12219210af0bd2ec888c1cbcb3621237368fe4e8 (diff)
mesa: move _mesa_dlopen(), etc into separate dlopen.c file
Diffstat (limited to 'src/mesa/main/sources')
-rw-r--r--src/mesa/main/sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/sources b/src/mesa/main/sources
index eb8cd900ee..1b43e7e00f 100644
--- a/src/mesa/main/sources
+++ b/src/mesa/main/sources
@@ -20,6 +20,7 @@ debug.c \
depth.c \
depthstencil.c \
dlist.c \
+dlopen.c \
drawpix.c \
enable.c \
enums.c \
@@ -101,6 +102,7 @@ debug.h \
depth.h \
depthstencil.h \
dlist.h \
+dlopen.h \
drawpix.h \
enable.h \
enums.h \