diff options
Diffstat (limited to 'libosmogsm.pc.in')
-rw-r--r-- | libosmogsm.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libosmogsm.pc.in b/libosmogsm.pc.in index 753bb3a1..0160be8d 100644 --- a/libosmogsm.pc.in +++ b/libosmogsm.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: Osmocom GSM Core Library Description: GSM Core Library Version: @VERSION@ -Libs: -L${libdir} -losmogsm +Libs: -L${libdir} @TALLOC_LIBS@ -losmogsm -losmocore Cflags: -I${includedir}/ |