diff options
-rw-r--r-- | xorg-server/dix/makefile | 1 | ||||
-rw-r--r-- | xorg-server/glx/makefile | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/xorg-server/dix/makefile b/xorg-server/dix/makefile index fdcca9272..031f94671 100644 --- a/xorg-server/dix/makefile +++ b/xorg-server/dix/makefile @@ -39,6 +39,7 @@ libdix_la_SOURCES = \ swaprep.c \
swapreq.c \
tables.c \
+ touch.c \
window.c
CSRCS = $(filter %.c,$(libdix_la_SOURCES))
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 \
|