summaryrefslogtreecommitdiffstats
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-08-22 12:45:48 -0700
committerMatt Turner <[email protected]>2012-08-24 11:08:19 -0700
commit179d8aa3317eaadcdfe73a2fcd1894612b7380d0 (patch)
tree654bdf55d77e1634b87cb8fcad1107c06b930665 /src/mesa/sources.mak
parent57c57df7b4579b60a84062df2e64f84dd84558b5 (diff)
Move _mesa_dl* functions into dlopen.h and inline them
No point in having an extra function call for inlinable functions. Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index dedeed998b1..7f7ea28853f 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -32,7 +32,6 @@ MAIN_FILES = \
$(SRCDIR)main/debug.c \
$(SRCDIR)main/depth.c \
$(SRCDIR)main/dlist.c \
- $(SRCDIR)main/dlopen.c \
$(SRCDIR)main/drawpix.c \
$(SRCDIR)main/drawtex.c \
$(SRCDIR)main/enable.c \