summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-02-13 15:25:56 -0800
committerKeith Packard <keithp@keithp.com>2014-02-13 15:25:56 -0800
commit72237e0908527e9261b91c7db99f32d895947d8d (patch)
treef801d65f62342d1ff0a1fbc40cfca92192d4728c
parent783991b1beeb71d91068601789d179d10eb8b544 (diff)
DIST_SUBDIRS needs to include glamor, even if it isn't built
Otherwise, glamor won't get cleaned for 'make distclean' Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7c93d8d20..f0fa2d839 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -111,7 +111,7 @@ DIST_SUBDIRS = \
composite \
glx \
exa \
- $(GLAMOR_DIR) \
+ glamor \
config \
dri3 \
present \