diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-02 14:32:48 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-12-02 23:39:06 -0800 |
commit | d68632e2213adc0945dcdfca2e93f68aeab97457 (patch) | |
tree | 5aab92a4c83d1dd52454798b78ebf7a295fa5e30 /hw/dmx/input/Makefile.am | |
parent | f5ef57e5fef0be80d660c26ed370f608b4444a5e (diff) |
Add atKeynames.h to libdmxinput_a_SOURCES so it's included in tarballs
Reported by geearu in #xorg-devel
(cherry picked from commit c1db925d10fd37077bed90612ed95c3fd20cd2e2)
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/dmx/input/Makefile.am')
-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) \ |