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-06-26 05:22:14 +0200 |
commit | a28be4aa9cdb455493e47b9459c2d72a7c6acee4 (patch) | |
tree | f289f4b25d8589c7f569a5595c8d4741a8d4f426 /nx-X11/lib/Xcomposite/Imakefile | |
parent | 5af9863e7b9c2ccb2b9ecb4ef638555dfc2edf51 (diff) | |
download | nx-libs-a28be4aa9cdb455493e47b9459c2d72a7c6acee4.tar.gz nx-libs-a28be4aa9cdb455493e47b9459c2d72a7c6acee4.tar.bz2 nx-libs-a28be4aa9cdb455493e47b9459c2d72a7c6acee4.zip |
library clean-up: No autotools cruft in nx-libs.
Diffstat (limited to 'nx-X11/lib/Xcomposite/Imakefile')
-rw-r--r-- | nx-X11/lib/Xcomposite/Imakefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nx-X11/lib/Xcomposite/Imakefile b/nx-X11/lib/Xcomposite/Imakefile index 0f3c44da4..a8e4077fa 100644 --- a/nx-X11/lib/Xcomposite/Imakefile +++ b/nx-X11/lib/Xcomposite/Imakefile @@ -54,15 +54,3 @@ SUBSTVARS=prefix="$(PROJECTROOT)" \ #include <Library.tmpl> DependTarget() - -all:: xcomposite.pc - -xcomposite.pc: xcomposite.pc.in - RemoveFile($@) - sh ../Xrender/config-subst $(SUBSTVARS) < xcomposite.pc.in > $@ - -InstallNonExecFile(xcomposite.pc,$(USRLIBDIR)/pkgconfig) - -clean:: - RemoveFile(xcomposite.pc) - |