summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common/Makefile.am
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-01-05 14:13:36 +0100
committerHarald Welte <laforge@gnumonks.org>2019-01-07 15:39:52 +0000
commitd2004ae4f6c3de31a52fd5d3895ecf284dabcc89 (patch)
tree078ec6bddab815b70fc69d64df5a1ce907016980 /src/host/layer23/include/osmocom/bb/common/Makefile.am
parentcfc94aaa7399e737b48c8242fed4e98b788cddba (diff)
layer23/sap_interface.c: separate protocol definition
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common/Makefile.am')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/Makefile.am b/src/host/layer23/include/osmocom/bb/common/Makefile.am
index e1ea7eb6..eb1dfb74 100644
--- a/src/host/layer23/include/osmocom/bb/common/Makefile.am
+++ b/src/host/layer23/include/osmocom/bb/common/Makefile.am
@@ -1,3 +1,3 @@
noinst_HEADERS = l1ctl.h l1l2_interface.h l23_app.h logging.h \
networks.h gps.h sysinfo.h osmocom_data.h utils.h \
- sap_interface.h
+ sap_proto.h sap_interface.h