diff options
author | Julien Cristau <jcristau@debian.org> | 2008-07-20 16:30:24 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-07-20 16:30:24 +0200 |
commit | 43c6d5a6f83dfdf8596c8d0faf8ac1a64f73a8c1 (patch) | |
tree | 4aaf5849adf85d8b2b08d75a8dc1819be7f9c10a /hw/xfree86/os-support/Makefile.am | |
parent | 92b0a04ffd630a89705fc73d587182a62c34cd84 (diff) |
distcheck fixes
Still seems to fail because hw/xquartz has too long filenames
Diffstat (limited to 'hw/xfree86/os-support/Makefile.am')
-rw-r--r-- | hw/xfree86/os-support/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/Makefile.am b/hw/xfree86/os-support/Makefile.am index 7128244de..b521efe82 100644 --- a/hw/xfree86/os-support/Makefile.am +++ b/hw/xfree86/os-support/Makefile.am @@ -3,7 +3,7 @@ DIST_SUBDIRS = bsd bus misc linux solaris sysv sco hurd sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h assyntax.h -EXTRA_DIST = int10Defines.h xf86OSpriv.h README.OS-lib +EXTRA_DIST = int10Defines.h xf86OSpriv.h # to get the grouping semantics right, you have to glom these three together # as one library, otherwise libtool will actively defeat your attempts to |