From 68fc12775fac03e5e26a008dfa68c92498bfb772 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 16 Nov 2016 22:48:33 +0100 Subject: Install the pcuif_proto.h header file So far, we used to keep a copy of the header file around in both osmo-pcu and osmo-bts projects. Before we start introducing a third copy in openbsc, let's have the osmo-pcu install the header file and make the other programs use that. Change-Id: I60976c9be5488256d1ff55fdc5aa548e3705400d --- include/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 include/Makefile.am (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 00000000..e40a9c0a --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1,2 @@ +nobase_include_HEADERS = \ + osmocom/pcu/pcuif_proto.h -- cgit v1.2.3