FreeCalypso > hg > ice1-trau-tester
changeset 14:99426da5603d
configure: add libosmoisdn and libosmotrau dependencies
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Mon, 24 Jun 2024 03:31:20 +0000 | 
| parents | 949cfb0bf403 | 
| children | 98ae717734d6 | 
| files | configure | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/configure Sun Jun 23 20:27:20 2024 +0000 +++ b/configure Mon Jun 24 03:31:20 2024 +0000 @@ -55,7 +55,7 @@ export PKG_CONFIG_PATH fi -osmo_depend="libosmocore libosmo-e1d" +osmo_depend="libosmocore libosmoisdn libosmotrau libosmo-e1d" OSMO_INCLUDE=`pkg-config --cflags-only-I $osmo_depend` OSMO_LIBS=`pkg-config --libs-only-l $osmo_depend`
