summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/host/layer23/include/osmocom/bb/common/Makefile.am18
1 files changed, 15 insertions, 3 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/Makefile.am b/src/host/layer23/include/osmocom/bb/common/Makefile.am
index f9364cd9..31bb6b64 100644
--- a/src/host/layer23/include/osmocom/bb/common/Makefile.am
+++ b/src/host/layer23/include/osmocom/bb/common/Makefile.am
@@ -1,3 +1,15 @@
-noinst_HEADERS = l1ctl.h l1l2_interface.h l23_app.h logging.h \
- networks.h gps.h sysinfo.h osmocom_data.h utils.h \
- sap_proto.h sap_fsm.h sap_interface.h sim.h
+noinst_HEADERS = \
+ l1ctl.h \
+ l1l2_interface.h \
+ l23_app.h \
+ logging.h \
+ networks.h \
+ gps.h \
+ sysinfo.h \
+ osmocom_data.h \
+ utils.h \
+ sap_proto.h \
+ sap_fsm.h \
+ sap_interface.h \
+ sim.h \
+ $(NULL)