aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2017-09-06move openbsc.pc to osmo-sgsn.pcNeels Hofmeyr1-10/+0
Change-Id: Iad28d85b2a6d175cbe5d506aa82e7e4d94111eff
2017-08-27move openbsc/* to repos rootNeels Hofmeyr1-0/+10
This is the first step in creating this repository from the legacy openbsc.git. Like all other Osmocom repositories, keep the autoconf and automake files in the repository root. openbsc.git has been the sole exception, which ends now. Change-Id: I9c6f2a448d9cb1cc088cf1cf6918b69d7e69b4e7
2009-06-10move openbsc into its own subdirectoryHarald Welte1-11/+0
2009-06-08pkg-config: Create and install a pkg-config fileHolger Freyther1-0/+11
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.