summaryrefslogtreecommitdiffstats
path: root/uhd.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'uhd.pc.in')
-rw-r--r--uhd.pc.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/uhd.pc.in b/uhd.pc.in
deleted file mode 100644
index 59ba623f5..000000000
--- a/uhd.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@CMAKE_INSTALL_PREFIX@
-exec_prefix=${prefix}
-libdir=${prefix}/@LIBRARY_DIR@
-includedir=${prefix}/@HEADER_DIR@
-
-Name: @CPACK_PACKAGE_NAME@
-Description: Universal Hardware Driver
-Requires:
-Version: @CPACK_PACKAGE_VERSION@
-Libs: -L${libdir} -luhd
-Cflags: -I${includedir}