summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-09-16 10:54:37 -0700
committerKeith Packard <keithp@keithp.com>2016-09-16 10:57:23 -0700
commit61b159f5a79130a9661064d3f0143e5d6107985a (patch)
tree9dd10abbcd675adc8e085fe3a7767e226b111a84
parent93f474e49b24abc673cb9cf5ea16fac296dce312 (diff)
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>
-rw-r--r--hw/xwin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/Makefile.am b/hw/xwin/Makefile.am
index 50b4d9f6b..0846230b0 100644
--- a/hw/xwin/Makefile.am
+++ b/hw/xwin/Makefile.am
@@ -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 .