diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-06-24 10:12:50 +0200 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-06-24 10:15:33 +0200 |
commit | 9480725af0275b72b24b9e1cb3b68d5b97288d01 (patch) | |
tree | 01e128cb34f434d58214ea99de745136764120f1 /hw/xfree86/Makefile.am | |
parent | 84662e40c3d4141ebb298a1ad714f75056a4ab74 (diff) |
xfree86: DIST_SUBDIRS should not contain variables
This patch reverts a change done in commit
800d4ceb946c93724661ebfd28afb658ca63b6b1 to add conditional XAA support
Signed-off-by: Rémi Cardona <remi@gentoo.org>
Diffstat (limited to 'hw/xfree86/Makefile.am')
-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 9d5731d51..eb487f616 100644 --- a/hw/xfree86/Makefile.am +++ b/hw/xfree86/Makefile.am @@ -24,7 +24,7 @@ SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support parser \ $(DRI_SUBDIR) $(DRI2_SUBDIR) $(XF86UTILS_SUBDIR) $(DOC_SUBDIR) DIST_SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support \ - parser ramdac shadowfb vbe vgahw $(XAA_SUBDIR) \ + parser ramdac shadowfb vbe vgahw xaa \ xf8_16bpp loader dixmods dri dri2 exa modes \ utils doc |