diff options
author | Keith Packard <keithp@keithp.com> | 2014-10-28 21:31:40 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-10-28 21:31:40 -0700 |
commit | 5ff74d68b0cce85e041251efdc76595eac3c89e4 (patch) | |
tree | fb11f9f074ddabf8d75e00e2d073b5d61ff7cbd4 | |
parent | f36f16f0551aa091c1ff154875aebe3d29cf51e7 (diff) |
xfree86: Include 'drivers' directory with distribution
Even if we don't build it locally, make sure it gets included with the release.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | hw/xfree86/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am index 30f7c8ffd..d46bf0a86 100644 --- a/hw/xfree86/Makefile.am +++ b/hw/xfree86/Makefile.am @@ -43,7 +43,7 @@ SUBDIRS = common ddc x86emu $(INT10_SUBDIR) os-support parser \ DIST_SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support \ parser ramdac shadowfb vbe vgahw \ loader dixmods dri dri2 exa modes \ - utils doc man glamor_egl + utils doc man glamor_egl drivers bin_PROGRAMS = Xorg nodist_Xorg_SOURCES = sdksyms.c |