X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=a0f34fe766e60ed9f607fd0a288fde600cfb47a7;hb=fc5450cb62d7dc06f7928e5dfb587ccc908547d4;hp=5370af1bd4ae7a3a728328bc5a9bcdb0c870194f;hpb=7c9a90f02115d42a980606131c109f46803c6ecb;p=libsigrokflow.git diff --git a/Makefile.am b/Makefile.am index 5370af1..a0f34fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,8 @@ AM_CXXFLAGS = $(SRF_WXXFLAGS) $(LIBSIGROKFLOW_CFLAGS) lib_LTLIBRARIES = libsigrokflow.la libsigrokflow_la_SOURCES = \ - src/main.cpp + src/main.cpp \ + src/init.cpp libsigrokflow_la_LIBADD = $(LIBSIGROKFLOW_LIBS) libsigrokflow_la_LDFLAGS = -version-info $(SRF_LIB_VERSION) -no-undefined @@ -45,7 +46,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)