diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-06-23 16:24:56 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-09-28 07:53:07 +0200 |
commit | 5720842b607a6d77c99230071d83fc9c0735bc45 (patch) | |
tree | 6b531fb0ed8e0af6a4d8d55ef68fbd929715bcf2 /nx-X11/lib/Xfixes/Imakefile | |
parent | 8365e22bb3b5de16389adf0509889b6c65ec5940 (diff) | |
download | nx-libs-5720842b607a6d77c99230071d83fc9c0735bc45.tar.gz nx-libs-5720842b607a6d77c99230071d83fc9c0735bc45.tar.bz2 nx-libs-5720842b607a6d77c99230071d83fc9c0735bc45.zip |
library clean-up: No autotools cruft in nx-libs.
Diffstat (limited to 'nx-X11/lib/Xfixes/Imakefile')
-rw-r--r-- | nx-X11/lib/Xfixes/Imakefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nx-X11/lib/Xfixes/Imakefile b/nx-X11/lib/Xfixes/Imakefile index 3dc1bd983..ca1fe046b 100644 --- a/nx-X11/lib/Xfixes/Imakefile +++ b/nx-X11/lib/Xfixes/Imakefile @@ -61,15 +61,3 @@ MANSUFFIX=$(LIBMANSUFFIX) InstallManPage(Xfixes,$(LIBMANDIR)) DependTarget() - -all:: xfixes.pc - -xfixes.pc: xfixes.pc.in - RemoveFile($@) - sh ../Xrender/config-subst $(SUBSTVARS) < xfixes.pc.in > $@ - -InstallNonExecFile(xfixes.pc,$(USRLIBDIR)/pkgconfig) - -clean:: - RemoveFile(xfixes.pc) - |