diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2013-05-03 10:59:42 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2013-05-03 10:59:42 -0700 |
commit | 265daa586730b95d803a694548479cb790ea80fd (patch) | |
tree | 89de1997725442d60ec76c5bce44c4c63bcabaae /host/CMakeLists.txt | |
parent | 429435d35416cc7b7d788afdd78bed50ff75e04c (diff) | |
parent | b0a4e2ad081cc55ad309d44b59583f0140f87608 (diff) | |
download | uhd-265daa586730b95d803a694548479cb790ea80fd.tar.gz uhd-265daa586730b95d803a694548479cb790ea80fd.tar.bz2 uhd-265daa586730b95d803a694548479cb790ea80fd.zip |
Merge branch 'maint'
Diffstat (limited to 'host/CMakeLists.txt')
-rw-r--r-- | host/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index fc8c0a240..e9f5957ab 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -46,6 +46,7 @@ IF(NOT DEFINED PKG_LIB_DIR) SET(PKG_LIB_DIR ${LIBRARY_DIR}/uhd) ENDIF() SET(PKG_DOC_DIR share/doc/uhd) +SET(PKG_MAN_DIR share/man/man1) ######################################################################## # Local Include Dir |