From: Uwe Hermann Date: Wed, 10 Sep 2014 22:45:08 +0000 (+0200) Subject: Fix out-of-tree build of the unit tests. X-Git-Tag: libsigrokdecode-0.3.1~7 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=a384e1f36951b681c7de22439368e1d463b32234;p=libsigrokdecode.git Fix out-of-tree build of the unit tests. --- diff --git a/Makefile.am b/Makefile.am index 3e4fb2c..1c942d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,7 @@ tests_check_main_SOURCES = \ tests_check_main_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