<p>Max has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12907">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Don't install pcuif_proto.h header<br><br>Both OsmoBTS and OsmoBSC use their own copies of this header nowadays so<br>we can simplify our installation slightly by making it local only.<br><br>Change-Id: I4a87395d4ab7212fe2fc055dae0a737e10d20c69<br>---<br>M Makefile.am<br>M configure.ac<br>M debian/osmo-pcu.install<br>M include/Makefile.am<br>D osmo-pcu.pc.in<br>M src/Makefile.am<br>6 files changed, 1 insertion(+), 20 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/07/12907/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Makefile.am b/Makefile.am</span><br><span>index fe94ea2..48051f2 100644</span><br><span>--- a/Makefile.am</span><br><span>+++ b/Makefile.am</span><br><span>@@ -7,6 +7,3 @@</span><br><span>     --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)</span><br><span> </span><br><span> @RELMAKE@</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-pkgconfigdir = $(libdir)/pkgconfig</span><br><span style="color: hsl(0, 100%, 40%);">-pkgconfig_DATA = osmo-pcu.pc</span><br><span>diff --git a/configure.ac b/configure.ac</span><br><span>index a1a610c..c3e2df8 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -221,7 +221,6 @@</span><br><span> AC_MSG_RESULT([LDFLAGS="$LDFLAGS"])</span><br><span> </span><br><span> AC_OUTPUT(</span><br><span style="color: hsl(0, 100%, 40%);">-    osmo-pcu.pc</span><br><span>     include/Makefile</span><br><span>     src/Makefile</span><br><span>     doc/Makefile</span><br><span>diff --git a/debian/osmo-pcu.install b/debian/osmo-pcu.install</span><br><span>index 9b7eac6..603e0b1 100644</span><br><span>--- a/debian/osmo-pcu.install</span><br><span>+++ b/debian/osmo-pcu.install</span><br><span>@@ -1,6 +1,4 @@</span><br><span> etc/osmocom/osmo-pcu.cfg</span><br><span> lib/systemd/system/osmo-pcu.service</span><br><span> usr/bin/osmo-pcu</span><br><span style="color: hsl(0, 100%, 40%);">-usr/include/osmocom/pcu/pcuif_proto.h</span><br><span style="color: hsl(0, 100%, 40%);">-usr/lib/*/pkgconfig/osmo-pcu.pc</span><br><span> usr/share/doc/osmo-pcu/examples/osmo-pcu/osmo-pcu.cfg</span><br><span>diff --git a/include/Makefile.am b/include/Makefile.am</span><br><span>index e40a9c0..92896c6 100644</span><br><span>--- a/include/Makefile.am</span><br><span>+++ b/include/Makefile.am</span><br><span>@@ -1,2 +1,2 @@</span><br><span style="color: hsl(0, 100%, 40%);">-nobase_include_HEADERS = \</span><br><span style="color: hsl(120, 100%, 40%);">+noinst_HEADERS = \</span><br><span>    osmocom/pcu/pcuif_proto.h</span><br><span>diff --git a/osmo-pcu.pc.in b/osmo-pcu.pc.in</span><br><span>deleted file mode 100644</span><br><span>index b72e9a8..0000000</span><br><span>--- a/osmo-pcu.pc.in</span><br><span>+++ /dev/null</span><br><span>@@ -1,10 +0,0 @@</span><br><span style="color: hsl(0, 100%, 40%);">-prefix=@prefix@</span><br><span style="color: hsl(0, 100%, 40%);">-exec_prefix=@exec_prefix@</span><br><span style="color: hsl(0, 100%, 40%);">-libdir=@libdir@</span><br><span style="color: hsl(0, 100%, 40%);">-includedir=@includedir@/</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-Name: OsmoPCU</span><br><span style="color: hsl(0, 100%, 40%);">-Description: Osmocom PCU implementation</span><br><span style="color: hsl(0, 100%, 40%);">-Requires:</span><br><span style="color: hsl(0, 100%, 40%);">-Version: @VERSION@</span><br><span style="color: hsl(0, 100%, 40%);">-Cflags: -I${includedir}</span><br><span>diff --git a/src/Makefile.am b/src/Makefile.am</span><br><span>index b2f64f2..50e0eda 100644</span><br><span>--- a/src/Makefile.am</span><br><span>+++ b/src/Makefile.am</span><br><span>@@ -99,9 +99,6 @@</span><br><span>     gprs_coding_scheme.h \</span><br><span>       egprs_rlc_compression.h</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-nobase_include_HEADERS =</span><br><span style="color: hsl(0, 100%, 40%);">-     osmocom/pcu/pcuif_proto.h</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span> osmo_pcu_SOURCES = pcu_main.cpp</span><br><span> </span><br><span> if ENABLE_SYSMODSP</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12907">change 12907</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/12907"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I4a87395d4ab7212fe2fc055dae0a737e10d20c69 </div>
<div style="display:none"> Gerrit-Change-Number: 12907 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Max <msuraev@sysmocom.de> </div>