From b59f8fb3b440f51b8b7d20fbeed39fa71ad3c26e Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 4 Apr 2017 13:31:39 +0200 Subject: [PATCH] Add more missing files --- Makefile.am | 3 ++- libnfc/Makefile.am | 3 ++- test/Makefile.am | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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