aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2019-02-14 16:23:55 +0100
committerMax <msuraev@sysmocom.de>2019-02-14 16:35:36 +0100
commit1f2e69fd35ce5e04f7dacc5deec80a3892257c30 (patch)
tree8b8f6e5be4322353c77073eff21f953899eef78c /src
parentf0af1b051af6c17ef35b1a1f9519a54e5a67ad33 (diff)
Don't install pcuif_proto.h header
Both OsmoBTS and OsmoBSC use their own copies of this header nowadays so we can simplify our installation slightly by making it local only. Change-Id: I4a87395d4ab7212fe2fc055dae0a737e10d20c69
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b2f64f28..50e0eda5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -99,9 +99,6 @@ noinst_HEADERS = \
gprs_coding_scheme.h \
egprs_rlc_compression.h
-nobase_include_HEADERS =
- osmocom/pcu/pcuif_proto.h
-
osmo_pcu_SOURCES = pcu_main.cpp
if ENABLE_SYSMODSP