From f38da319741c74b83b4d2146f872d05cbd8e2f3c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 11 Sep 2014 00:45:08 +0200 Subject: [PATCH] Fix out-of-tree build of the unit tests. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e34cc3c..398103b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,7 @@ tests_check_main_SOURCES = \ tests_check_main_CFLAGS = $(AM_CFLAGS) @check_CFLAGS@ tests_check_main_LDADD = $(top_builddir)/libsigrokdecode.la @check_LIBS@ tests_check_main_CPPFLAGS = $(CPPFLAGS_PYTHON) \ - -DDECODERS_DIR='"$(abs_top_builddir)/decoders"' + -DDECODERS_DIR='"$(abs_top_srcdir)/decoders"' endif MAINTAINERCLEANFILES = ChangeLog -- 2.30.2