diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-02 14:32:48 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-02 14:32:48 -0800 |
commit | c1db925d10fd37077bed90612ed95c3fd20cd2e2 (patch) | |
tree | 23546e50a56b441dc3c3bdf08e6644a97c92e89a /hw/dmx/input | |
parent | 8561514574b3540c729bcc3acca9c943adcdc778 (diff) |
Add atKeynames.h to libdmxinput_a_SOURCES so it's included in tarballs
Reported by geearu in #xorg-devel
Diffstat (limited to 'hw/dmx/input')
-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 44b09af13..8ea500316 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) \ |