diff options
author | Josh Blum <josh@joshknows.com> | 2011-04-14 09:34:37 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-04-14 09:34:37 -0700 |
commit | 291a46b86e8e639b711a609134ace667235eeb91 (patch) | |
tree | 51097428875ca347177b96177f963d6600993356 /host/lib/constants.hpp.in | |
parent | 5e8b0752a41f836f82c64a2c4e25a3786259b60e (diff) | |
download | uhd-291a46b86e8e639b711a609134ace667235eeb91.tar.gz uhd-291a46b86e8e639b711a609134ace667235eeb91.tar.bz2 uhd-291a46b86e8e639b711a609134ace667235eeb91.zip |
uhd: specify the UHD_PKG_DATA_PATH once (since images shipped w/ drivers)
Diffstat (limited to 'host/lib/constants.hpp.in')
-rw-r--r-- | host/lib/constants.hpp.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/lib/constants.hpp.in b/host/lib/constants.hpp.in index d62dda1cb..2e0495b12 100644 --- a/host/lib/constants.hpp.in +++ b/host/lib/constants.hpp.in @@ -20,7 +20,6 @@ //these should be pre-processor macros to avoid static initialization issues #define UHD_VERSION_STRING "@UHD_VERSION@-@UHD_BUILD_INFO@" -#define LOCAL_PKG_DATA_DIR "@LOCAL_PKG_DATA_DIR@" -#define INSTALLER_PKG_DATA_DIR "@INSTALLER_PKG_DATA_DIR@" +#define UHD_PKG_DATA_PATH "@UHD_PKG_DATA_PATH@" #endif /* INCLUDED_LIBUHD_CONSTANTS_HPP */ |