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/lib/X11/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/lib/X11/Imakefile')
-rw-r--r-- | nx-X11/lib/X11/Imakefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nx-X11/lib/X11/Imakefile b/nx-X11/lib/X11/Imakefile index 1ba1e4818..8be1b592d 100644 --- a/nx-X11/lib/X11/Imakefile +++ b/nx-X11/lib/X11/Imakefile @@ -1104,15 +1104,6 @@ InstallNonExecFile(XErrorDB,$(LIBDIR)) InstallNonExecFile(XKeysymDB,$(LIBDIR)) InstallLintLibrary(X11,$(LINTLIBDIR)) - -LinkSourceFile(AuDispose.c,$(XAUTHSRC)) -LinkSourceFile(AuGetBest.c,$(XAUTHSRC)) -LinkSourceFile(AuFileName.c,$(XAUTHSRC)) -LinkSourceFile(AuRead.c,$(XAUTHSRC)) -#if HasKrb5 -LinkSourceFile(k5encode.c,$(XAUTHSRC)) -#endif - #ifdef QNX4Architecture LOCAL_LDFLAGS=-F #endif |