diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-23 20:44:50 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-23 20:44:50 -0700 |
commit | 24bd27b90d06820d858c008cff915319873321c5 (patch) | |
tree | cadca487d3f804ad73bc0476b3f44a62eb33d306 /host/uhd.pc.in | |
parent | 1aef83037f6a9988b06a547710afbbe5ce815459 (diff) | |
download | uhd-24bd27b90d06820d858c008cff915319873321c5.tar.gz uhd-24bd27b90d06820d858c008cff915319873321c5.tar.bz2 uhd-24bd27b90d06820d858c008cff915319873321c5.zip |
Reorganized apps dir into utils and examples dir.
The files get installed into the pkg data directory.
Diffstat (limited to 'host/uhd.pc.in')
-rw-r--r-- | host/uhd.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/uhd.pc.in b/host/uhd.pc.in index 59ba623f5..2a34e9cfd 100644 --- a/host/uhd.pc.in +++ b/host/uhd.pc.in @@ -1,7 +1,7 @@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=${prefix}/@LIBRARY_DIR@ -includedir=${prefix}/@HEADER_DIR@ +includedir=${prefix}/@INCLUDE_DIR@ Name: @CPACK_PACKAGE_NAME@ Description: Universal Hardware Driver |