Added new define for share-location

This commit is contained in:
Ralf Ramsauer 2015-10-07 15:44:43 +02:00
parent 6af49dcbda
commit cba6e337ee
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@
#define DEFAULT_SERIAL_DEVICE "/dev/ttyAMA0"
#define DEFAULT_SERIAL_BAUDRATE 9600UL
#define IMAGE_LOCATION "@CMAKE_INSTALL_PREFIX@/share/doorlockd/images/"
#define SHARED_LOCATION "@CMAKE_INSTALL_PREFIX@/share/doorlockd/"
#define IMAGE_LOCATION SHARED_LOCATION "images/"
#define PRE_LOCK_SCRIPT "@CMAKE_INSTALL_PREFIX@/etc/doorlockd/pre_lock &"
#define POST_LOCK_SCRIPT "@CMAKE_INSTALL_PREFIX@/etc/doorlockd/post_lock &"