X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=533813a95ea127b19fc87a5132d419ad42e397f4;hb=7dc59fc4a38b6032158d2551cd3c449fe5e87e62;hp=5370af1bd4ae7a3a728328bc5a9bcdb0c870194f;hpb=7c9a90f02115d42a980606131c109f46803c6ecb;p=libsigrokflow.git diff --git a/Makefile.am b/Makefile.am index 5370af1..533813a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,8 @@ check_PROGRAMS = tests/main tests_main_SOURCES = \ include/libsigrokflow/libsigrokflow.hpp \ - tests/main.cpp + tests/main.cpp \ + tests/init.cpp tests_main_LDADD = libsigrokflow.la $(LIBSIGROKFLOW_LIBS)