X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=4ee00a2b4b3bc2f592334aa26dbbe1359269152c;hb=8ab86460091b3065411e3b48a63ac54b7f207689;hp=c39366dbe08b7b86b1233c8ad4d8057a3b266cb6;hpb=6cb4dbbfadca967f4a02c0ffbef750d281b55467;p=libsigrokflow.git diff --git a/Makefile.am b/Makefile.am index c39366d..4ee00a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,8 @@ 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 @@ -55,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