diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-07-24 16:03:58 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-07-24 16:08:29 -0400 |
commit | 036822584b26854e2f486f1bea84d8d19d9324de (patch) | |
tree | d598283d85f8997c549846728980fbf3424a3ff5 /hw/xfree86/common/Makefile.am | |
parent | f3ff2386016ced7e677817e9761a535f0f385813 (diff) |
Drop xf86CommonSpecialKey() and atKeynames.h
These are AT scancode specific, should really be part of xf86-input-keyboard.
Remove from server, move to xf86-input-keyboard.
Diffstat (limited to 'hw/xfree86/common/Makefile.am')
-rw-r--r-- | hw/xfree86/common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/Makefile.am b/hw/xfree86/common/Makefile.am index bf3876ba2..15b56fa79 100644 --- a/hw/xfree86/common/Makefile.am +++ b/hw/xfree86/common/Makefile.am @@ -47,7 +47,7 @@ INCLUDES = $(XORG_INCS) -I$(srcdir)/../ddc -I$(srcdir)/../i2c \ sdk_HEADERS = compiler.h fourcc.h xf86.h xf86Module.h xf86Opt.h \ xf86PciInfo.h xf86Priv.h xf86Privstr.h xf86Resources.h \ xf86cmap.h xf86fbman.h xf86str.h xf86RAC.h xf86Xinput.h xisb.h \ - $(XVSDKINCS) atKeynames.h xf86Version.h xorgVersion.h \ + $(XVSDKINCS) xf86Version.h xorgVersion.h \ xf86sbusBus.h xf86xv.h xf86xvmc.h xf86xvpriv.h DISTCLEANFILES = xf86Build.h |