diff options
author | Daniel Elstner <daniel.kitta@gmail.com> | 2015-10-03 14:21:01 +0200 |
---|---|---|
committer | Daniel Elstner <daniel.kitta@gmail.com> | 2015-10-03 14:21:01 +0200 |
commit | 41bab68212533f4697ad378af574e06ea83e4fd9 (patch) | |
tree | 408386cc60fa4d5bd9ecefb42cd30d54fced133d /Makefile.am | |
parent | 583001b3f16795abd24278fbb2e5232a7ca27fb0 (diff) | |
download | libsigrokdecode-41bab68212533f4697ad378af574e06ea83e4fd9.tar.gz libsigrokdecode-41bab68212533f4697ad378af574e06ea83e4fd9.zip |
tests: Rename DECODERS_DIR to DECODERS_TESTDIR
Avoid confusion resulting from using the same macro name for
different purposes.
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 cd93059..a8df8f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,7 +75,7 @@ tests_main_SOURCES = \ tests/inst.c \ tests/session.c -tests_main_CPPFLAGS = -DDECODERS_DIR='"$(abs_top_srcdir)/decoders"' +tests_main_CPPFLAGS = -DDECODERS_TESTDIR='"$(abs_top_srcdir)/decoders"' tests_main_LDADD = libsigrokdecode.la $(SRD_EXTRA_LIBS) $(TESTS_LIBS) MAINTAINERCLEANFILES = ChangeLog |