summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2014-05-21 19:36:22 +0000
committerMarcus Meissner <marcus@jet.franken.de>2014-05-21 19:36:22 +0000
commita95d2ff1fd3d6338ba91571055ab4dfc383f1dd6 (patch)
treeecd4037be305f7f131591366d4b50d93b6b1e140 /Makefile.am
parentbbcdb013fb6f59ff8dd17636f28853089ecaa0c0 (diff)
downloadlibgphoto2-a95d2ff1fd3d6338ba91571055ab4dfc383f1dd6.tar.gz
removed an obscure -I/usr/include/gphoto2 helper case
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14954 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile.am b/Makefile.am
index bda6d3a64..d5597aabb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,22 +103,3 @@ endif
# released version
cvs-tags: Makefile
@echo cvs tag "@PACKAGE@-$$(echo '@VERSION@' | sed -e 's/\./_/g' -e 's/rc/-rc/g')"
-
-
-
-########################################################################
-# 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