summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-19 07:39:59 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-10-25 03:34:16 +0200
commit06714b364ec243d959553741a4b134b59d88ec6f (patch)
treed4035f38afdac6d8b37ce441f8d5ec28c9fd2eaa /examples
parent23f056d38346b76b0ff46b4f1df50ce10c5fdda3 (diff)
downloadlibgphoto2-06714b364ec243d959553741a4b134b59d88ec6f.tar.gz
examples: Force #include beginning with "libgphoto2/"
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 0316c8239..43a4f49cf 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -5,7 +5,7 @@ check_SCRIPTS =
noinst_PROGRAMS =
-AM_CPPFLAGS += -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2
+AM_CPPFLAGS += -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port
CLEANFILES = $(check_SCRIPTS)