diff options
author | Keith Packard <keithp@keithp.com> | 2014-02-13 15:25:56 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-02-13 15:25:56 -0800 |
commit | 72237e0908527e9261b91c7db99f32d895947d8d (patch) | |
tree | f801d65f62342d1ff0a1fbc40cfca92192d4728c /Makefile.am | |
parent | 783991b1beeb71d91068601789d179d10eb8b544 (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>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 \ |