diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-07-01 13:54:11 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-07-01 15:56:28 +0200 |
commit | 1cd7e35cbdd348f6a383ad4b5149c1f8d2ece0cf (patch) | |
tree | fe39b99fe89ac4fa65fec9c974379b5c52ada016 /nx-X11/include/extensions/Imakefile | |
parent | e78c5bc3c2df117b4c8e5e4bd24c985cd89c49ad (diff) | |
download | nx-libs-1cd7e35cbdd348f6a383ad4b5149c1f8d2ece0cf.tar.gz nx-libs-1cd7e35cbdd348f6a383ad4b5149c1f8d2ece0cf.tar.bz2 nx-libs-1cd7e35cbdd348f6a383ad4b5149c1f8d2ece0cf.zip |
finally drop libNX_Xext
Diffstat (limited to 'nx-X11/include/extensions/Imakefile')
-rw-r--r-- | nx-X11/include/extensions/Imakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nx-X11/include/extensions/Imakefile b/nx-X11/include/extensions/Imakefile index 3b4760414..f9c9598c7 100644 --- a/nx-X11/include/extensions/Imakefile +++ b/nx-X11/include/extensions/Imakefile @@ -55,10 +55,9 @@ EXTRAHEADERS = \ $(XRESHEADERS) \ $(NULL) -HEADERS = Xext.h \ +HEADERS = \ xcmiscstr.h \ bigreqstr.h \ - extutil.h \ XI.h XInput.h XIproto.h \ xtestconst.h xtestext1.h xteststr.h \ XKB.h XKBgeom.h XKBproto.h XKBstr.h XKBsrv.h \ |