aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-05-11 17:39:21 +0200
committerHarald Welte <laforge@gnumonks.org>2018-05-11 21:57:46 +0200
commit9da77abb6b7a023f2dcc1564835e89d9436d6793 (patch)
tree716a8cec6d2e2e4b9ce3a57a251e67504d5e5997 /include/Makefile.am
parent85b9fbae7e1a6bcf62597877f4b3a13474fac956 (diff)
isdnhdlc: Port from kernel to userspace
* prefix all symbols/constants with osmo_ * use stdint.h types instead of kernel types * use Doxygen API documentation * use Osmocom CRC16-CCITT functions * use Osmocom bit-reversal functions * integrate with Automake Change-Id: I109085ab3e412c20b19cd42fb7137aa0e4167542
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index f82012f3..27a40908 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -26,6 +26,7 @@ nobase_include_HEADERS = \
osmocom/core/fsm.h \
osmocom/core/gsmtap.h \
osmocom/core/gsmtap_util.h \
+ osmocom/core/isdnhdlc.h \
osmocom/core/linuxlist.h \
osmocom/core/linuxrbtree.h \
osmocom/core/logging.h \