diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-09-11 00:45:08 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-09-11 00:46:13 +0200 |
commit | f38da319741c74b83b4d2146f872d05cbd8e2f3c (patch) | |
tree | 02c61b0215928996316802742e2410e6328d4e3e /Makefile.am | |
parent | cb9a5046bed65e38b28c21afcb8945b19d4e8012 (diff) | |
download | libsigrokdecode-f38da319741c74b83b4d2146f872d05cbd8e2f3c.tar.gz libsigrokdecode-f38da319741c74b83b4d2146f872d05cbd8e2f3c.zip |
Fix out-of-tree build of the unit tests.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |