summaryrefslogtreecommitdiffstats
path: root/host/lib/constants.hpp.in
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-08-16 23:28:37 -0700
committerJosh Blum <josh@joshknows.com>2010-08-16 23:28:37 -0700
commit7d110e73e6b0651f73e8e5b165244f59e66fed87 (patch)
treea908018a138c2567939a7193695beab7cc3f6487 /host/lib/constants.hpp.in
parentf75869e4f7ffb53ca7f348c3a1b6d6c8fb1499b7 (diff)
downloaduhd-7d110e73e6b0651f73e8e5b165244f59e66fed87.tar.gz
uhd-7d110e73e6b0651f73e8e5b165244f59e66fed87.tar.bz2
uhd-7d110e73e6b0651f73e8e5b165244f59e66fed87.zip
uhd: added the concept of installer path (along with local path) for package data
Diffstat (limited to 'host/lib/constants.hpp.in')
-rw-r--r--host/lib/constants.hpp.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/host/lib/constants.hpp.in b/host/lib/constants.hpp.in
index 2ed4e302f..4aedb6d4a 100644
--- a/host/lib/constants.hpp.in
+++ b/host/lib/constants.hpp.in
@@ -18,11 +18,9 @@
#ifndef INCLUDED_LIBUHD_CONSTANTS_HPP
#define INCLUDED_LIBUHD_CONSTANTS_HPP
-#include <uhd/config.hpp>
-#include <string>
-
//these should be pre-processor macros to avoid static initialization issues
#define UHD_VERSION_STRING "@CPACK_PACKAGE_VERSION@"
-#define FULL_PKG_DATA_DIR "@FULL_PKG_DATA_DIR@"
+#define LOCAL_PKG_DATA_DIR "@LOCAL_PKG_DATA_DIR@"
+#define INSTALLER_PKG_DATA_DIR "@INSTALLER_PKG_DATA_DIR@"
#endif /* INCLUDED_LIBUHD_CONSTANTS_HPP */