X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=5ebd114a66c44edc265a811d7d9bbab3eb2ad268;hb=c65de66c488abeb2d55abd4cf5eda2a1a1309c4e;hp=2f2c41880fbd2333fc6841726adc9b020bb0c411;hpb=aa03d5d8df84b99aba95843ae6af5c155411abcf;p=libsigrokflow.git diff --git a/Makefile.am b/Makefile.am index 2f2c418..5ebd114 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,9 @@ libsigrokflow_la_SOURCES = \ src/main.cpp \ src/init.cpp \ src/legacy_capture_device.cpp \ - src/legacy_input.cpp + src/legacy_input.cpp \ + src/legacy_output.cpp \ + src/legacy_decoder.cpp libsigrokflow_la_LIBADD = $(LIBSIGROKFLOW_LIBS) libsigrokflow_la_LDFLAGS = -version-info $(SRF_LIB_VERSION) -no-undefined @@ -53,6 +55,8 @@ tests_main_SOURCES = \ tests_main_LDADD = libsigrokflow.la $(LIBSIGROKFLOW_LIBS) +EXTRA_DIST = Doxyfile contrib/libsigrok_112x112.png + .PHONY: dist-changelog dist-hook: dist-changelog