From 5b2649ae7e0c560ee1a81cfaa4a2486b4d609b52 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 23 Dec 2011 11:16:35 +0100 Subject: Added new sources to makefiles --- xorg-server/dix/makefile | 1 + xorg-server/glx/makefile | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'xorg-server') 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 \ -- cgit v1.2.3