Fix cmake declaration of BINDIR variable, needed because of r19651.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19697 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2010-10-24 09:17:23 +00:00
parent a4d1592788
commit 50d5551266

View File

@ -40,6 +40,7 @@ FILE (WRITE ${CMAKE_CURRENT_BINARY_DIR}/gncla-dir.h "
#define DATADIR \"${CMAKE_INSTALL_PREFIX}/share\"
#define SYSCONFDIR \"${CMAKE_INSTALL_PREFIX}/etc\"
#define LIBDIR \"${CMAKE_INSTALL_PREFIX}/lib\"
#define BINDIR \"${CMAKE_INSTALL_PREFIX}/bin\"
#define LOCALE_DATADIRNAME \"share\"
")