From e8b60b03e62bdca247ed92e91c01f27dfebd487e Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 15 Feb 2010 17:29:19 -0800 Subject: Removed Autotools stuff and the git ignore files. Feeding cpack a readme and license file. Added readme contents. --- uhd.pc.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'uhd.pc.in') diff --git a/uhd.pc.in b/uhd.pc.in index 02b0868aa..59ba623f5 100644 --- a/uhd.pc.in +++ b/uhd.pc.in @@ -1,7 +1,7 @@ prefix=@CMAKE_INSTALL_PREFIX@ -exec_prefix=@CMAKE_INSTALL_PREFIX@ -libdir=@CMAKE_INSTALL_PREFIX@/@LIBRARY_DIR@ -includedir=@CMAKE_INSTALL_PREFIX@/@HEADER_DIR@ +exec_prefix=${prefix} +libdir=${prefix}/@LIBRARY_DIR@ +includedir=${prefix}/@HEADER_DIR@ Name: @CPACK_PACKAGE_NAME@ Description: Universal Hardware Driver -- cgit v1.2.3