diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-28 23:28:34 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-28 23:28:34 +0000 |
commit | 86529c07d6ff69ef936ee370be07b373e2961360 (patch) | |
tree | a0c3c9cf5efd50c2975ad930ee0803e77d5d089f /hw/vfb | |
parent | 3e4bf8a8f46e14078c64c56ad303c80cd9d8d5be (diff) |
Fix distcheck for server
Diffstat (limited to 'hw/vfb')
-rw-r--r-- | hw/vfb/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfb/Makefile.am b/hw/vfb/Makefile.am index 2dc8670c6..2c799a5d6 100644 --- a/hw/vfb/Makefile.am +++ b/hw/vfb/Makefile.am @@ -2,6 +2,7 @@ bin_PROGRAMS = Xvfb SRCS = InitInput.c \ InitOutput.c \ + lk201kbd.h \ $(top_srcdir)/Xext/dpmsstubs.c \ $(top_srcdir)/Xi/stubs.c \ $(top_srcdir)/mi/miinitext.c \ |