| author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-02 22:32:48 (GMT) |
|---|---|---|
| committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-02 22:32:48 (GMT) |
| commit | c1db925d10fd37077bed90612ed95c3fd20cd2e2 (patch) (side-by-side diff) | |
| tree | 23546e50a56b441dc3c3bdf08e6644a97c92e89a | |
| parent | 8561514574b3540c729bcc3acca9c943adcdc778 (diff) | |
| download | xserver-c1db925d10fd37077bed90612ed95c3fd20cd2e2.zip xserver-c1db925d10fd37077bed90612ed95c3fd20cd2e2.tar.gz | |
Add atKeynames.h to libdmxinput_a_SOURCES so it's included in tarballs
Reported by geearu in #xorg-devel
| -rw-r--r-- | hw/dmx/input/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/dmx/input/Makefile.am b/hw/dmx/input/Makefile.am index 44b09af..8ea5003 100644 --- a/hw/dmx/input/Makefile.am +++ b/hw/dmx/input/Makefile.am @@ -49,6 +49,7 @@ DMXSRCS = dmxinputinit.c \ libdmxinput_a_SOURCES = ChkNotMaskEv.c \ ChkNotMaskEv.h \ + atKeynames.h \ $(RAWSRCS) \ $(USBSRCS) \ $(DRVSRCS) \ |
