Fix missing pn53x-tamashell-scripts in generated tarball. (thanks to usermeister)
This commit is contained in:
parent
b58816df05
commit
d5c8188e99
3 changed files with 7 additions and 0 deletions
|
@ -151,6 +151,7 @@ AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
cmake_modules/Makefile
|
cmake_modules/Makefile
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
|
examples/pn53x-tamashell-scripts/Makefile
|
||||||
include/Makefile
|
include/Makefile
|
||||||
include/nfc/Makefile
|
include/nfc/Makefile
|
||||||
libnfc.pc
|
libnfc.pc
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
SUBDIRS = pn53x-tamashell-scripts
|
||||||
|
|
||||||
bin_PROGRAMS = \
|
bin_PROGRAMS = \
|
||||||
nfc-anticol \
|
nfc-anticol \
|
||||||
nfc-dep-initiator \
|
nfc-dep-initiator \
|
||||||
|
|
4
examples/pn53x-tamashell-scripts/Makefile.am
Normal file
4
examples/pn53x-tamashell-scripts/Makefile.am
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
EXTRA_DIST = \
|
||||||
|
UltraLightRead.cmd \
|
||||||
|
UltraLightReadWrite.cmd
|
||||||
|
|
Loading…
Reference in a new issue