summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vrt/lib/Makefile.am2
-rw-r--r--vrt/vrt.pc.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/vrt/lib/Makefile.am b/vrt/lib/Makefile.am
index 303384c6e..4873c979d 100644
--- a/vrt/lib/Makefile.am
+++ b/vrt/lib/Makefile.am
@@ -38,6 +38,8 @@ libvrt_la_SOURCES = \
libvrt_la_LIBADD =
+libvrt_la_LDFLAGS = $(LTVERSIONFLAGS)
+
# Private headers not needed for above the API development
noinst_HEADERS = \
data_handler.h \
diff --git a/vrt/vrt.pc.in b/vrt/vrt.pc.in
index 0f8cb938b..af9892943 100644
--- a/vrt/vrt.pc.in
+++ b/vrt/vrt.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: vrt
Description: Host implementation of Virtual Radio Transport (VITA-49)
Requires:
-Version: @VERSION@
+Version: @LIBVER@
Libs: -L${libdir} -lvrt
Cflags: -I${includedir}