From 72237e0908527e9261b91c7db99f32d895947d8d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 13 Feb 2014 15:25:56 -0800 Subject: 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3