diff --git a/Makefile.am b/Makefile.am index 65993c9..d2f6fc8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,8 @@ EXTRA_DIST = \ NEWS.md \ README.md \ README-Windows.md \ - libnfc.conf.sample + libnfc.conf.sample \ + mingw-cross-compile.sh CLEANFILES = Doxygen.log coverage.info libnfc.pc diff --git a/libnfc/Makefile.am b/libnfc/Makefile.am index dc3f27f..8ab4191 100644 --- a/libnfc/Makefile.am +++ b/libnfc/Makefile.am @@ -44,4 +44,5 @@ if WITH_LOG endif EXTRA_DIST = \ - CMakeLists.txt + CMakeLists.txt \ + additional-pages.dox diff --git a/test/Makefile.am b/test/Makefile.am index a25af9b..15cca4c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -45,7 +45,7 @@ test_register_endianness_la_LIBADD = $(top_builddir)/libnfc/libnfc.la echo-cutter: @echo $(CUTTER) -EXTRA_DIST = run-test.sh CLEANFILES = *.gcno endif +EXTRA_DIST = run-test.sh