aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-06-08 10:32:39 +0000
committerHolger Freyther <zecke@selfish.org>2009-06-08 10:32:39 +0000
commitc7aa3c4f799dfd847ebfecb752ededa9d2f8ed1f (patch)
treea11101e258ede55333d2e7a77f7531e363bce33c /configure.in
parentb424ecb2477026ae3896e12dd1244b5bca3a40ef (diff)
pkg-config: Create and install a pkg-config file
Let automake create the openbsc.pc and then install it into the pkg-config directory of ${libdir}. This is done in preparation for the public API that will be added soon. The advertised include directory will be ${incluedir}/openbsc-1.0 to follow userspace practive from glib/gtk/cairo/freetype2 and many more.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 69fa1b594..7bc8b63a4 100644
--- a/configure.in
+++ b/configure.in
@@ -19,6 +19,7 @@ AC_HEADER_STDC
dnl Checks for typedefs, structures and compiler characteristics
AC_OUTPUT(
+ openbsc.pc
include/openbsc/Makefile
include/vty/Makefile
include/Makefile