summaryrefslogtreecommitdiffstats
path: root/include/osmocore/protocol/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-21 05:02:33 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-21 05:02:33 +0800
commit0d60aa2ad78948a75d7a35f5849450346c861643 (patch)
tree5ba70658d2c5cb7cf029ea71978af983381e5ea2 /include/osmocore/protocol/Makefile.am
parentf8a342c350c3045a78be2fde1dad44c0d91fa7bf (diff)
gsm_04_12.h: Add beginning of structs for SMS CB
I am trying to understand the RSL and GSM 04.12 spec to implement CBS for OpenBSC...
Diffstat (limited to 'include/osmocore/protocol/Makefile.am')
-rw-r--r--include/osmocore/protocol/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocore/protocol/Makefile.am b/include/osmocore/protocol/Makefile.am
index 557950ec..5df9fe74 100644
--- a/include/osmocore/protocol/Makefile.am
+++ b/include/osmocore/protocol/Makefile.am
@@ -1,3 +1,4 @@
-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
+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_protodir = $(includedir)/osmocore/protocol