diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-06-23 10:31:42 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-07-01 15:17:42 +0200 |
commit | 26bf48bab8f6ca72d20f5375a4cbc02dbefcb359 (patch) | |
tree | 841d688fd3effd4b56a1e6585a8099ba77b29636 /nx-X11/include/Imakefile | |
parent | b214c73b5a0c6b9d94671bc08e08049441bf9bc6 (diff) | |
download | nx-libs-26bf48bab8f6ca72d20f5375a4cbc02dbefcb359.tar.gz nx-libs-26bf48bab8f6ca72d20f5375a4cbc02dbefcb359.tar.bz2 nx-libs-26bf48bab8f6ca72d20f5375a4cbc02dbefcb359.zip |
library-cleanup: Don't build libNX_Xau anymore. Use system's libXau shared library.
Diffstat (limited to 'nx-X11/include/Imakefile')
-rw-r--r-- | nx-X11/include/Imakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nx-X11/include/Imakefile b/nx-X11/include/Imakefile index 76a4daf6d..7e05f4354 100644 --- a/nx-X11/include/Imakefile +++ b/nx-X11/include/Imakefile @@ -16,6 +16,8 @@ GLXDIR = GL SUBDIRS = extensions $(GLXDIR) +AU_HEADERS = Xauth.h + #ifdef Win32Architecture EXTRA_HEADERS = Xw32defs.h Xwinsock.h Xwindows.h #elif defined(cygwinArchitecture) @@ -46,6 +48,7 @@ HEADERS = \ ap_keysym.h \ keysym.h \ keysymdef.h \ + $(AU_HEADERS) \ $(EXTRA_HEADERS) \ $(NULL) |