summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/test-endian.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index cbbe9523f..fdccf9a40 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -30,7 +30,7 @@ INSTALL_TESTS_ENVIRONMENT = env \
# Default CPPFLAGS to use
-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
# Test endianness conversions
diff --git a/tests/test-endian.c b/tests/test-endian.c
index 53c06d2b7..5c42d0718 100644
--- a/tests/test-endian.c
+++ b/tests/test-endian.c
@@ -24,7 +24,7 @@
#include <string.h>
#include <stdlib.h>
-#include <gphoto2-endian.h>
+#include <libgphoto2/gphoto2-endian.h>
#include <gphoto2/gphoto2-filesys.h>
#include <gphoto2/gphoto2-result.h>
#include <gphoto2/gphoto2-port-log.h>