summaryrefslogtreecommitdiff
path: root/libgphoto2_port/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libgphoto2_port/Makefile.am')
-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