aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/glx/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/glx/makefile')
-rw-r--r--xorg-server/glx/makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/xorg-server/glx/makefile b/xorg-server/glx/makefile
index e51d6826d..35b03acc0 100644
--- a/xorg-server/glx/makefile
+++ b/xorg-server/glx/makefile
@@ -10,16 +10,16 @@ glapi_sources = \
indirect_size_get.c \
indirect_table.c \
glapi.c \
+ glapi_gentable.c \
glthread.c \
-libglxdri_la_SOURCES = \
- extension_string.c \
-
CSRCS = \
$(indirect_sources) \
$(glapi_sources) \
- $(libglxdri_la_SOURCES) \
+ clientinfo.c \
+ createcontext.c \
+ extension_string.c \
indirect_util.c \
indirect_program.c \
indirect_texture_compression.c \