aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-04-05 14:20:24 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-06-13 00:58:08 +0200
commitf55249dc6e3f01d4c9970af090884cab346ad9b4 (patch)
tree233c7802ce8c3188d6d913c88564b64077f37861 /nxcompshad
parent734da2139827c54acff670628fedbfe9441cb913 (diff)
downloadnx-libs-f55249dc6e3f01d4c9970af090884cab346ad9b4.tar.gz
nx-libs-f55249dc6e3f01d4c9970af090884cab346ad9b4.tar.bz2
nx-libs-f55249dc6e3f01d4c9970af090884cab346ad9b4.zip
nxcomshad/Makefile.in: Only install Shadow.h as publicly available header file.
* Also adapt debian/libxcompshad-dev.install.in accordingly. * Also adapt nx-libs.spec accordingly.
Diffstat (limited to 'nxcompshad')
-rw-r--r--nxcompshad/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcompshad/Makefile.in b/nxcompshad/Makefile.in
index f3b68b45a..68bb1fbad 100644
--- a/nxcompshad/Makefile.in
+++ b/nxcompshad/Makefile.in
@@ -210,7 +210,7 @@ install.lib: all
$(INSTALL_LINK) $(LIBLOAD) $(DESTDIR)${libdir}
$(INSTALL_LINK) $(LIBSHARED) $(DESTDIR)${libdir}
$(INSTALL_DATA) $(LIBARCHIVE) $(DESTDIR)${libdir}
- $(INSTALL_DATA) *.h $(DESTDIR)${includedir}/nx
+ $(INSTALL_DATA) Shadow.h $(DESTDIR)${includedir}/nx
$(INSTALL_DATA) nxcompshad.pc $(DESTDIR)${pkgconfigdir}
echo "Running ldconfig tool, this may take a while..." && ldconfig || true