summaryrefslogtreecommitdiff
path: root/volk/volk.pc.in
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-02-17 15:48:41 -0500
committerTom Rondeau <trondeau@vt.edu>2011-02-17 15:48:41 -0500
commitca64a7a905b1a5fa5e74dd730591f0f7e0ff3929 (patch)
treeadd9788e742b641423a7576e70ee77b45d54072d /volk/volk.pc.in
parentff5f0ed3b609cecf8becf8eb3d518a3ecf7fecef (diff)
volk: Properly sets up package config script if Orc is not found for Volk.
Diffstat (limited to 'volk/volk.pc.in')
-rw-r--r--volk/volk.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/volk.pc.in b/volk/volk.pc.in
index b03dbdada5..85425ba647 100644
--- a/volk/volk.pc.in
+++ b/volk/volk.pc.in
@@ -10,6 +10,6 @@ Name: volk
Description: VOLK.. Vector Optimized Library of Kernels
Requires:
Version: @VERSION@
-Libs: -lvolk -lvolk_runtime -lvolk_orc
+Libs: -lvolk -lvolk_runtime @LV_ORC_PKGCONFIG@
Cflags: -I${includedir} ${LV_CXXFLAGS}