From 644d155a1f5dbc10985c2e0a7c0df4d7680cbf31 Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Thu, 12 May 2011 15:23:35 -0700 Subject: Volk: fix volk.pc.in --- volk/volk.pc.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'volk/volk.pc.in') diff --git a/volk/volk.pc.in b/volk/volk.pc.in index 85425ba64..58e976786 100644 --- a/volk/volk.pc.in +++ b/volk/volk.pc.in @@ -5,11 +5,10 @@ includedir=@includedir@ LV_CXXFLAGS=@LV_CXXFLAGS@ - Name: volk -Description: VOLK.. Vector Optimized Library of Kernels +Description: VOLK: Vector Optimized Library of Kernels Requires: Version: @VERSION@ -Libs: -lvolk -lvolk_runtime @LV_ORC_PKGCONFIG@ +Libs: -lvolk Cflags: -I${includedir} ${LV_CXXFLAGS} -- cgit