diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-12-09 18:30:51 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-12-09 18:30:51 +0000 |
commit | f4957ee94810b471110deebf03d7413399b45db3 (patch) | |
tree | 58806ada3a87d128b5adb55b1f0267db2c5a44db | |
parent | de22d0c2264bd6dbacbbb4160d09c7e84ad37e70 (diff) |
Bug #4809: Re-fix that doesn't break distcheck. (Alan Coopersmith)
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | hw/xfree86/Makefile.am | 6 | ||||
-rw-r--r-- | hw/xfree86/xf8_32wid/Makefile.am | 2 |
3 files changed, 10 insertions, 5 deletions
@@ -1,3 +1,10 @@ +2005-12-09 Adam Jackson <ajax@freedesktop.org> + + * configure.ac: + * hw/xfree86/Makefile.am: + * hw/xfree86/xf8_32wid/Makefile.am: + Bug #4809: Re-fix that doesn't break distcheck. (Alan Coopersmith) + 2005-12-08 Adam Jackson <ajax@freedesktop.org> * configure.ac: diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am index 85a213090..e4f1a3877 100644 --- a/hw/xfree86/Makefile.am +++ b/hw/xfree86/Makefile.am @@ -4,13 +4,9 @@ endif DOC_SUBDIR = doc -if BUILD_XF8_32WID -XF8_32WID_SUBDIR=xf8_32wid -endif - SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support parser rac \ ramdac shadowfb vbe vgahw xaa xf1bpp xf4bpp xf8_16bpp \ - xf8_32bpp $(XF8_32WID_SUBDIR) loader scanpci dixmods exa \ + xf8_32bpp xf8_32wid loader scanpci dixmods exa \ $(DRI_SUBDIR) utils $(DOC_SUBDIR) getconfig DIST_SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support \ diff --git a/hw/xfree86/xf8_32wid/Makefile.am b/hw/xfree86/xf8_32wid/Makefile.am index ef46a9a6f..1eba92d37 100644 --- a/hw/xfree86/xf8_32wid/Makefile.am +++ b/hw/xfree86/xf8_32wid/Makefile.am @@ -1,4 +1,6 @@ +if BUILD_XF8_32WID module_LTLIBRARIES = libxf8_32wid.la +endif sdk_HEADERS = cfb8_32wid.h |