summaryrefslogtreecommitdiffstats
path: root/include/osmocore/protocol/Makefile.am
diff options
context:
space:
mode:
authorAlex Badea <vamposdecampos@gmail.com>2010-11-27 23:35:08 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-11-28 15:08:32 +0100
commitab1246e0b5ffa0ac8d7b8e8fbe7c51bc22c8e751 (patch)
tree894d04e6c609f700185a9a40d42369614d780988 /include/osmocore/protocol/Makefile.am
parent8493018f2472b6aca5ae163aa25b7f198ac82a9d (diff)
protocol: introduce gsm_03_41.h
This currently contains definitions for the BTS->MS SMSCB message. Signed-off-by: Alex Badea <vamposdecampos@gmail.com>
Diffstat (limited to 'include/osmocore/protocol/Makefile.am')
-rw-r--r--include/osmocore/protocol/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/osmocore/protocol/Makefile.am b/include/osmocore/protocol/Makefile.am
index 5df9fe74..03a4849d 100644
--- a/include/osmocore/protocol/Makefile.am
+++ b/include/osmocore/protocol/Makefile.am
@@ -1,4 +1,6 @@
-osmocore_proto_HEADERS = gsm_04_08.h gsm_04_11.h gsm_04_80.h gsm_08_58.h \
- gsm_12_21.h gsm_08_08.h gsm_04_12.h
+osmocore_proto_HEADERS = gsm_03_41.h \
+ gsm_04_08.h gsm_04_11.h gsm_04_12.h gsm_04_80.h \
+ gsm_08_08.h gsm_08_58.h \
+ gsm_12_21.h
osmocore_protodir = $(includedir)/osmocore/protocol