diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-03-22 14:23:12 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-05-02 14:52:34 +0200 |
commit | 6c6b6b962654ac3c15d27aafbe583ee74e4f2266 (patch) | |
tree | 1d1396c3939c87385b422d8b55adf71e850a649e /nx-X11 | |
parent | 2137ee7e2cfea258f3184208691acb1d6d8b5ba7 (diff) | |
download | nx-libs-6c6b6b962654ac3c15d27aafbe583ee74e4f2266.tar.gz nx-libs-6c6b6b962654ac3c15d27aafbe583ee74e4f2266.tar.bz2 nx-libs-6c6b6b962654ac3c15d27aafbe583ee74e4f2266.zip |
lib/Imakefile: Drop $(XINERAMADIR) from nx-X11/lib/Imakefile.
The var is not defined anymore and the libXinerama code has been removed
some time ago.
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/lib/Imakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nx-X11/lib/Imakefile b/nx-X11/lib/Imakefile index 77f8882c0..55ac70a9c 100644 --- a/nx-X11/lib/Imakefile +++ b/nx-X11/lib/Imakefile @@ -38,7 +38,6 @@ LINTSUBDIRS = \ $(OLDXLIBDIR) \ $(XEXTLIBDIR) \ $(XKBLIBDIR) \ - $(XINERAMADIR) \ $(NULL) SUBDIRS = xtrans $(LINTSUBDIRS) |