diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2020-01-18 13:25:42 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-05-07 14:57:04 +0200 |
commit | cf461c367d9e2f77896a485f3f6ad5b89a2fc7e2 (patch) | |
tree | b1d678b730640c785a20ecffa273e35510f8b404 /nx-X11/include/extensions/Imakefile | |
parent | 38528c9a9663a606c0916241af3637b109d0b3d2 (diff) | |
download | nx-libs-cf461c367d9e2f77896a485f3f6ad5b89a2fc7e2.tar.gz nx-libs-cf461c367d9e2f77896a485f3f6ad5b89a2fc7e2.tar.bz2 nx-libs-cf461c367d9e2f77896a485f3f6ad5b89a2fc7e2.zip |
XKBsrv.h: remove XKBSRV_NEED_FILE_FUNCS stuff
Follow-up for 2a5364d5f
Diffstat (limited to 'nx-X11/include/extensions/Imakefile')
-rw-r--r-- | nx-X11/include/extensions/Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/include/extensions/Imakefile b/nx-X11/include/extensions/Imakefile index 4c9a6e9e4..277ca634f 100644 --- a/nx-X11/include/extensions/Imakefile +++ b/nx-X11/include/extensions/Imakefile @@ -33,7 +33,7 @@ DAMAGEHEADERS = damagewire.h damageproto.h XRESHEADERS = XResproto.h #endif -XKBFILEHEADERS = XKMformat.h XKM.h XKBconfig.h XKBfile.h XKBrules.h +XKBFILEHEADERS = XKMformat.h XKM.h XKBconfig.h EXTRAHEADERS = \ $(SCREENSAVERHEADERS) \ |