Add more missing files
This commit is contained in:
parent
fead8d6849
commit
b59f8fb3b4
3 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -44,4 +44,5 @@ if WITH_LOG
|
|||
endif
|
||||
|
||||
EXTRA_DIST = \
|
||||
CMakeLists.txt
|
||||
CMakeLists.txt \
|
||||
additional-pages.dox
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue