[chronojump] rfid on Makefile



commit 19eea221118414a9f1a76c8ce9f16fb0c448fb81
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Jan 26 12:36:30 2017 +0100

    rfid on Makefile

 Makefile.am      |    2 +-
 configure.ac     |    1 +
 rfid/Makefile.am |    3 +++
 3 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 58015dd..b61bee0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ CLEANFILES = win32/Makefile win32/chronojump_innosetup.iss
 
 ACLOCAL_AMFLAGS = -I build/m4 -I build/m4/shave -I build/m4/shamrock
 
-SUBDIRS = build chronopic-firmware \
+SUBDIRS = build chronopic-firmware rfid \
          encoder libcesarplayer CesarPlayer src po manual #chronojump_server (disabled)
 
 if OSTYPE_LINUX
diff --git a/configure.ac b/configure.ac
index 1a93fda..5b490b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,6 +163,7 @@ chronopic-tests/Makefile
 src/Makefile
 src/Mini/Makefile
 src/chronojump-importer/Makefile
+rfid/Makefile
 po/Makefile.in
 chronojump_server/Makefile
 encoder/Makefile
diff --git a/rfid/Makefile.am b/rfid/Makefile.am
new file mode 100644
index 0000000..0386f75
--- /dev/null
+++ b/rfid/Makefile.am
@@ -0,0 +1,3 @@
+TARGET = all
+
+bin_SCRIPTS = chronojump_rfid_capture.py MFRC522.py


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]