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 +