From d5c8188e990e80287ef6e27cfcf3b7777f6a2229 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Mon, 17 Jan 2011 13:31:04 +0000 Subject: [PATCH] Fix missing pn53x-tamashell-scripts in generated tarball. (thanks to usermeister) --- configure.ac | 1 + examples/Makefile.am | 2 ++ examples/pn53x-tamashell-scripts/Makefile.am | 4 ++++ 3 files changed, 7 insertions(+) create mode 100644 examples/pn53x-tamashell-scripts/Makefile.am diff --git a/configure.ac b/configure.ac index d80ab80..f2e69a5 100644 --- a/configure.ac +++ b/configure.ac @@ -151,6 +151,7 @@ AC_CONFIG_FILES([ Makefile cmake_modules/Makefile examples/Makefile + examples/pn53x-tamashell-scripts/Makefile include/Makefile include/nfc/Makefile libnfc.pc diff --git a/examples/Makefile.am b/examples/Makefile.am index d566119..30fdc45 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = pn53x-tamashell-scripts + bin_PROGRAMS = \ nfc-anticol \ nfc-dep-initiator \ diff --git a/examples/pn53x-tamashell-scripts/Makefile.am b/examples/pn53x-tamashell-scripts/Makefile.am new file mode 100644 index 0000000..4c992cc --- /dev/null +++ b/examples/pn53x-tamashell-scripts/Makefile.am @@ -0,0 +1,4 @@ +EXTRA_DIST = \ + UltraLightRead.cmd \ + UltraLightReadWrite.cmd +