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.4.0~171 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=f38da319741c74b83b4d2146f872d05cbd8e2f3c Fix out-of-tree build of the unit tests. --- 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