X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=4ee00a2b4b3bc2f592334aa26dbbe1359269152c;hb=8ab86460091b3065411e3b48a63ac54b7f207689;hp=533813a95ea127b19fc87a5132d419ad42e397f4;hpb=5b6e7c40e213f4e78e51c84dba699249209f80b2;p=libsigrokflow.git diff --git a/Makefile.am b/Makefile.am index 533813a..4ee00a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,14 +28,20 @@ AM_CXXFLAGS = $(SRF_WXXFLAGS) $(LIBSIGROKFLOW_CFLAGS) lib_LTLIBRARIES = libsigrokflow.la libsigrokflow_la_SOURCES = \ - src/main.cpp + src/main.cpp \ + src/init.cpp \ + src/legacy_capture_device.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 library_includedir = $(includedir)/libsigrokflow library_include_HEADERS = \ - include/libsigrokflow/libsigrokflow.hpp + include/libsigrokflow/libsigrokflow.hpp \ + include/libsigrokflow/init.hpp pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libsigrokflow.pc @@ -50,6 +56,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