diff options
author | Kevin E Martin <kem@kem.org> | 2005-09-27 23:28:46 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-09-27 23:28:46 +0000 |
commit | 88957862b812b3e1e19d5e11365a22dc249cf4d2 (patch) | |
tree | 86cd4ef9a0bb8def095e95ee8768be988028cc9e /hw/xfree86/dummylib | |
parent | 003655c02ad3a031031bb4ac859966a513f63e10 (diff) |
Fix distcheck build and install errors.
Diffstat (limited to 'hw/xfree86/dummylib')
-rw-r--r-- | hw/xfree86/dummylib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/dummylib/Makefile.am b/hw/xfree86/dummylib/Makefile.am index 0af326167..74f319ad1 100644 --- a/hw/xfree86/dummylib/Makefile.am +++ b/hw/xfree86/dummylib/Makefile.am @@ -47,4 +47,4 @@ libdummy_nonserver_a_SOURCES = \ xf86verbose.c \ $(srcdir)/../os-support/shared/sigiostubs.c -EXTRA_DIST = README +EXTRA_DIST = README dummylib.h |