CMake: Use absolute libdir instead

This commit is contained in:
Jari Vetoniemi 2015-09-23 18:52:59 +03:00
parent f25a4146e1
commit c4a553796f

View File

@ -1,5 +1,4 @@
#define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
#define INSTALL_LIBDIR "@CMAKE_INSTALL_LIBDIR@"
#define INSTALL_LIBDIR "@CMAKE_INSTALL_FULL_LIBDIR@"
#define BM_VERSION "@BEMENU_VERSION@"
#define BM_PLUGIN_VERSION "@BEMENU_VERSION@-@GIT_SHA1@"