diff options
author | Nick Foster <nick@ettus.com> | 2011-05-12 15:23:35 -0700 |
---|---|---|
committer | Nick Foster <nick@ettus.com> | 2011-05-12 15:24:15 -0700 |
commit | 644d155a1f5dbc10985c2e0a7c0df4d7680cbf31 (patch) | |
tree | f418bb338c6767d75efa627dd18c96b9c7690e3c /volk/volk.pc.in | |
parent | a1b9b5c16c53bedfe8ebab39055a36dee387a9a4 (diff) |
Volk: fix volk.pc.in
Diffstat (limited to 'volk/volk.pc.in')
-rw-r--r-- | volk/volk.pc.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/volk/volk.pc.in b/volk/volk.pc.in index 85425ba647..58e9767861 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} |