summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2013-09-22 16:14:06 +0100
committerTom Stellard <[email protected]>2013-10-01 07:29:51 -0700
commit921fdf14293f0c417a46f36fd74cfa11e82b3456 (patch)
treeb99f8dcbfcd733d31338318ff45b280d3826fba1 /src/gallium/state_trackers/Makefile.am
parent760c1a6e66149f95fa7108e81de46b1dc2ec2f19 (diff)
st/glx: consolidate C sources list into Makefile.sources
Move glx/{,xlib/}Makefile.am to preserve file list Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/Makefile.am')
-rw-r--r--src/gallium/state_trackers/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/Makefile.am b/src/gallium/state_trackers/Makefile.am
index 577459891d7..fabe2711300 100644
--- a/src/gallium/state_trackers/Makefile.am
+++ b/src/gallium/state_trackers/Makefile.am
@@ -22,7 +22,7 @@
SUBDIRS =
if HAVE_X11_DRIVER
-SUBDIRS += glx
+SUBDIRS += glx/xlib
endif
if HAVE_GALLIUM_OSMESA