summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2019-10-18 08:07:58 +0200
committerGitHub <noreply@github.com>2019-10-18 08:07:58 +0200
commit19686e2abc5453a8cc5fe977180967371e73b867 (patch)
tree34b6e789bdecd174d468fc4d5768c04d0bb2f9a7
parentf6042525c5dec3f58b1439e03547e7e7f157e32c (diff)
parent628fe8dc7e97ad53f638a410ebd04ee3021f9017 (diff)
downloadlibgphoto2-19686e2abc5453a8cc5fe977180967371e73b867.tar.gz
Merge pull request #452 from ndim/remove-symlink-loop
Remove gphoto2 symlink loop in /usr/include/gphoto2
-rw-r--r--libgphoto2_port/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/libgphoto2_port/Makefile.am b/libgphoto2_port/Makefile.am
index 74b0e01b9..c1a4cade9 100644
--- a/libgphoto2_port/Makefile.am
+++ b/libgphoto2_port/Makefile.am
@@ -91,20 +91,3 @@ nobase_include_HEADERS = \
gphoto2/gphoto2-port-result.h
EXTRA_DIST += gphoto2/gphoto2-port-library.h
-
-
-# Compatibility for header inclusions.
-#
-# - Old code has -I/usr/include/gphoto2
-# #include <gphoto2-camera.h>
-#
-# - New code has -I/usr/include
-# #include <gphoto2/gphoto2-camera.h>
-
-install-data-local:
- rm -f $(DESTDIR)$(includedir)/gphoto2/gphoto2
- $(INSTALL) -m 0755 -d $(DESTDIR)$(includedir)/gphoto2
- $(LN_S) . $(DESTDIR)$(includedir)/gphoto2/gphoto2
-
-uninstall-local:
- rm -f $(DESTDIR)$(includedir)/gphoto2/gphoto2