From 78e7cc8f6976920e75ee02ef019c52c727a3e1e3 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Wed, 23 Aug 2017 10:07:31 +0100 Subject: [PATCH] Fixing samples/Makefile on linux --- samples/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/Makefile b/samples/Makefile index 637ac107..22943449 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -86,6 +86,9 @@ OTHERSRC = exiv2json.cpp \ path-test.cpp \ toexv.cpp +top_srcdir = .. +include $(top_srcdir)/config/config.mk + # ****************************************************************************** # Initialisations SHELL = /bin/sh