hw/xwin: Add 'dri' to DIST_SUBDIRS

This creates the needed Makefile.in files during 'make dist' or 'make
distcheck'

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2016-09-16 10:54:37 -07:00
parent 93f474e49b
commit 61b159f5a7
1 changed files with 1 additions and 1 deletions

View File

@ -197,4 +197,4 @@ relink:
$(AM_V_at)rm -f XWin$(EXEEXT) && $(MAKE) XWin$(EXEEXT)
SUBDIRS = man $(GLX_DIR) winclipboard .
DIST_SUBDIRS = man glx winclipboard .
DIST_SUBDIRS = man dri glx winclipboard .