X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=c37e17e8509172587ad1e9b8706e25746fc56993;hb=3f86037d18c697ec9f97eca1a615ad169589da61;hp=4c00f90e7d1480dadca6b3212381dc455e09e604;hpb=7b59411741c8dcda117487b02513986202cee419;p=libsigrokflow.git diff --git a/Makefile.am b/Makefile.am index 4c00f90..c37e17e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,9 @@ 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/main.hpp \ + include/libsigrokflow/init.hpp pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libsigrokflow.pc @@ -55,7 +57,7 @@ tests_main_SOURCES = \ tests_main_LDADD = libsigrokflow.la $(LIBSIGROKFLOW_LIBS) -EXTRA_DIST = Doxyfile +EXTRA_DIST = Doxyfile contrib/libsigrok_112x112.png .PHONY: dist-changelog