]> sigrok.org Git - libsigrokflow.git/blobdiff - Makefile.am
Factor out main.hpp.
[libsigrokflow.git] / Makefile.am
index c39366dbe08b7b86b1233c8ad4d8057a3b266cb6..c37e17e8509172587ad1e9b8706e25746fc56993 100644 (file)
@@ -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,6 +57,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