Browse Source
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: I4a87395d4ab7212fe2fc055dae0a737e10d20c69changes/07/12907/1
6 changed files with 1 additions and 20 deletions
@ -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 |
||||
|
@ -1,2 +1,2 @@
|
||||
nobase_include_HEADERS = \
|
||||
noinst_HEADERS = \
|
||||
osmocom/pcu/pcuif_proto.h
|
||||
|
@ -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} |
Loading…
Reference in new issue