Change in osmo-pcu[master]: Don't install pcuif_proto.h header

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Thu Feb 14 15:36:17 UTC 2019


Max has uploaded this change for review. ( https://gerrit.osmocom.org/12907


Change subject: Don't install pcuif_proto.h header
......................................................................

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
---
M Makefile.am
M configure.ac
M debian/osmo-pcu.install
M include/Makefile.am
D osmo-pcu.pc.in
M src/Makefile.am
6 files changed, 1 insertion(+), 20 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/07/12907/1

diff --git a/Makefile.am b/Makefile.am
index fe94ea2..48051f2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,3 @@
 	--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
 
 @RELMAKE@
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = osmo-pcu.pc
diff --git a/configure.ac b/configure.ac
index a1a610c..c3e2df8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -221,7 +221,6 @@
 AC_MSG_RESULT([LDFLAGS="$LDFLAGS"])
 
 AC_OUTPUT(
-    osmo-pcu.pc
     include/Makefile
     src/Makefile
     doc/Makefile
diff --git a/debian/osmo-pcu.install b/debian/osmo-pcu.install
index 9b7eac6..603e0b1 100644
--- a/debian/osmo-pcu.install
+++ b/debian/osmo-pcu.install
@@ -1,6 +1,4 @@
 etc/osmocom/osmo-pcu.cfg
 lib/systemd/system/osmo-pcu.service
 usr/bin/osmo-pcu
-usr/include/osmocom/pcu/pcuif_proto.h
-usr/lib/*/pkgconfig/osmo-pcu.pc
 usr/share/doc/osmo-pcu/examples/osmo-pcu/osmo-pcu.cfg
diff --git a/include/Makefile.am b/include/Makefile.am
index e40a9c0..92896c6 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,2 +1,2 @@
-nobase_include_HEADERS = \
+noinst_HEADERS = \
 	osmocom/pcu/pcuif_proto.h
diff --git a/osmo-pcu.pc.in b/osmo-pcu.pc.in
deleted file mode 100644
index b72e9a8..0000000
--- a/osmo-pcu.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@/
-
-Name: OsmoPCU
-Description: Osmocom PCU implementation
-Requires:
-Version: @VERSION@
-Cflags: -I${includedir}
diff --git a/src/Makefile.am b/src/Makefile.am
index b2f64f2..50e0eda 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -99,9 +99,6 @@
 	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

-- 
To view, visit https://gerrit.osmocom.org/12907
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a87395d4ab7212fe2fc055dae0a737e10d20c69
Gerrit-Change-Number: 12907
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190214/59e4a256/attachment.htm>


More information about the gerrit-log mailing list