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>
This commit is contained in:
Keith Packard 2014-02-13 15:25:56 -08:00
parent 783991b1be
commit 72237e0908
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ DIST_SUBDIRS = \
composite \
glx \
exa \
$(GLAMOR_DIR) \
glamor \
config \
dri3 \
present \