aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-03-08 11:58:57 +0100
committerMax <msuraev@sysmocom.de>2017-03-09 12:17:35 +0100
commit727295f20611bbc2d2bc5cd7341f73e0536ec46a (patch)
treeba93f08feaa0961b59c3c6d9f478c41d6bd703d0 /configure.ac
parent1275a3f91a744e011b0dba82b09124d249c7abb5 (diff)
Add pkg-config file
We're installing header file pcuif_proto.h so it's better to use pkg-config for proper version tracking similar to the way it's done for OpenBSC. Change-Id: I0520045e5655794df152b98b9755d7cbbd334049
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index dcde2ed0..54c70ca9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,6 +83,7 @@ STD_DEFINES_AND_INCLUDES="-Wall"
AC_SUBST(STD_DEFINES_AND_INCLUDES)
AC_OUTPUT(
+ osmo-pcu.pc
include/Makefile
src/Makefile
examples/Makefile