aboutsummaryrefslogtreecommitdiff
path: root/nxcomp
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-04-05 14:29:02 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-06-13 00:58:08 +0200
commit2f706cbeb5f077c9d1f01256bdf978a58769db43 (patch)
treeb1990f136a7ab5275e424104a8540b404360af61 /nxcomp
parentf55249dc6e3f01d4c9970af090884cab346ad9b4 (diff)
downloadnx-libs-2f706cbeb5f077c9d1f01256bdf978a58769db43.tar.gz
nx-libs-2f706cbeb5f077c9d1f01256bdf978a58769db43.tar.bz2
nx-libs-2f706cbeb5f077c9d1f01256bdf978a58769db43.zip
nxcomp/Makefile.in: Only install MD5.h, NX.h, NXalert.h, NXpack.h, NXproto.h and NXvars.h as publicly available header files.
* Also adapt debian/libxcomp-dev.install.in accordingly. * Also adapt nx-libs.spec accordingly.
Diffstat (limited to 'nxcomp')
-rw-r--r--nxcomp/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/nxcomp/Makefile.in b/nxcomp/Makefile.in
index 8fc37407f..759ab6a4f 100644
--- a/nxcomp/Makefile.in
+++ b/nxcomp/Makefile.in
@@ -283,8 +283,12 @@ install.lib: all
$(INSTALL_LINK) $(LIBLOAD) $(DESTDIR)${libdir}
$(INSTALL_LINK) $(LIBSHARED) $(DESTDIR)${libdir}
$(INSTALL_DATA) $(LIBARCHIVE) $(DESTDIR)${libdir}
- $(INSTALL_DATA) NX*.h $(DESTDIR)${includedir}/nx
$(INSTALL_DATA) MD5.h $(DESTDIR)${includedir}/nx
+ $(INSTALL_DATA) NX.h $(DESTDIR)${includedir}/nx
+ $(INSTALL_DATA) NXalert.h $(DESTDIR)${includedir}/nx
+ $(INSTALL_DATA) NXpack.h $(DESTDIR)${includedir}/nx
+ $(INSTALL_DATA) NXproto.h $(DESTDIR)${includedir}/nx
+ $(INSTALL_DATA) NXvars.h $(DESTDIR)${includedir}/nx
$(INSTALL_DATA) nxcomp.pc $(DESTDIR)${pkgconfigdir}
echo "Running ldconfig tool, this may take a while..." && ldconfig || true
@@ -301,10 +305,8 @@ uninstall.lib:
$(RM_FILE) $(DESTDIR)${libdir}/$(LIBARCHIVE)
$(RM_FILE) $(DESTDIR)${includedir}/nx/NXalert.h
$(RM_FILE) $(DESTDIR)${includedir}/nx/NX.h
- $(RM_FILE) $(DESTDIR)${includedir}/nx/NXmitshm.h
$(RM_FILE) $(DESTDIR)${includedir}/nx/NXpack.h
$(RM_FILE) $(DESTDIR)${includedir}/nx/NXproto.h
- $(RM_FILE) $(DESTDIR)${includedir}/nx/NXrender.h
$(RM_FILE) $(DESTDIR)${includedir}/nx/NXvars.h
$(RM_FILE) $(DESTDIR)${includedir}/nx/MD5.h
$(RM_FILE) $(DESTDIR)${pkgconfigdir}/nxcomp.pc