diff options
author | Harald Welte <laforge@gnumonks.org> | 2016-03-14 15:35:50 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2016-03-17 16:55:11 +0100 |
commit | 4acaa13433cc15e4f1d9ee850d78af47419768ab (patch) | |
tree | e3438d0895439579e2d568e877aaf9118f5755ba /include/Makefile.am | |
parent | 2c34ab4a80c227be4bb685f75fc24fde86a0704e (diff) |
sim: add class_tables / card profiles
The tables permit code to determine the APDU class of an APDU
based on it APDU/TPDU header (CLA/INS/P1/P2/P3).
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index ac22ee64..0e5ed745 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -92,6 +92,7 @@ nobase_include_HEADERS = \ osmocom/gsm/rxlev_stat.h \ osmocom/gsm/sysinfo.h \ osmocom/gsm/tlv.h \ + osmocom/sim/class_tables.h \ osmocom/sim/sim.h if ENABLE_PLUGIN |