diff options
author | Harald Welte <laforge@gnumonks.org> | 2013-03-13 15:15:50 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2013-03-13 15:16:48 +0100 |
commit | 533f63f15aa584eec73044802e0a8bc798a313fe (patch) | |
tree | 3652e8dd55703a1678b77589e76b700f785d62ab /include/Makefile.am | |
parent | ca69388be813c614ff706b6b6d91b25a14a5a973 (diff) |
Add smpp34_osmocom.h for Osmocom SMPP vendor additions
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 317968aa..f36ba4f0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -66,6 +66,7 @@ nobase_include_HEADERS = \ osmocom/gsm/protocol/gsm_12_21.h \ osmocom/gsm/protocol/gsm_44_318.h \ osmocom/gsm/protocol/ipaccess.h \ + osmocom/gsm/protocol/smpp34_osmocom.h \ osmocom/gsm/rsl.h \ osmocom/gsm/rxlev_stat.h \ osmocom/gsm/sysinfo.h \ |