From aff9ec19a2622905c4cb36c66794db916c90ca89 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 19 Sep 2013 19:41:24 +0200 Subject: Implement ulock --- config.h.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.h.in (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..6f5e541 --- /dev/null +++ b/config.h.in @@ -0,0 +1,8 @@ +#ifndef _ULOCK_CONFIG_H_ +#define _ULOCK_CONFIG_H_ + +#define CONFIG_FILE "@CONFIG_DIR@/ulock.conf" +#define PREFIX "@CMAKE_INSTALL_PREFIX@" +#define DATA_DIR "@CMAKE_INSTALL_PREFIX@/@DATA_DIR@" + +#endif /* _ULOCK_CONFIG_H_ */ -- cgit v1.2.3