X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=c368726852efb6ea467874f6e75d6b54425bd912;hb=HEAD;hp=8b6b55e297642b69575dc8f8db575eae349481f9;hpb=66ddf1f1d796c5bcef3b33822a550d9e99ecf0e0;p=libsigrokflow.git diff --git a/Makefile.am b/Makefile.am index 8b6b55e..c368726 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,7 +57,8 @@ check_PROGRAMS = tests/main tests_main_SOURCES = \ include/libsigrokflow/libsigrokflow.hpp \ tests/main.cpp \ - tests/init.cpp + tests/init.cpp \ + tests/legacy_decoder.cpp tests_main_LDADD = libsigrokflow.la $(LIBSIGROKFLOW_LIBS)