summaryrefslogtreecommitdiffstats
path: root/host/lib/constants.hpp.in
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-08-15 12:18:35 -0700
committerJosh Blum <josh@joshknows.com>2010-08-15 12:18:35 -0700
commit7b084e3af206afa20ff5a026ebf5d7e49a755def (patch)
tree04f304cb096f30dbd965e69dc7c7efb804a93ccf /host/lib/constants.hpp.in
parent98ba0cc067489d417342314a7e7408d2dbbc8250 (diff)
downloaduhd-7b084e3af206afa20ff5a026ebf5d7e49a755def.tar.gz
uhd-7b084e3af206afa20ff5a026ebf5d7e49a755def.tar.bz2
uhd-7b084e3af206afa20ff5a026ebf5d7e49a755def.zip
uhd: use cmake to convert the pkg data dir to native system format
Diffstat (limited to 'host/lib/constants.hpp.in')
-rw-r--r--host/lib/constants.hpp.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/host/lib/constants.hpp.in b/host/lib/constants.hpp.in
index aa51e558c..2ed4e302f 100644
--- a/host/lib/constants.hpp.in
+++ b/host/lib/constants.hpp.in
@@ -23,7 +23,6 @@
//these should be pre-processor macros to avoid static initialization issues
#define UHD_VERSION_STRING "@CPACK_PACKAGE_VERSION@"
-#define UHD_INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
-#define UHD_PKG_DATA_DIR "@PKG_DATA_DIR@"
+#define FULL_PKG_DATA_DIR "@FULL_PKG_DATA_DIR@"
#endif /* INCLUDED_LIBUHD_CONSTANTS_HPP */