From 06714b364ec243d959553741a4b134b59d88ec6f Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 19 Oct 2021 07:39:59 +0200 Subject: examples: Force #include beginning with "libgphoto2/" --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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) -- cgit v1.2.1