blob: 68130ef953603766b9b69ebbe623a14704b9ac81 [file] [log] [blame]
Stepan Salenikovichc1dac252015-03-25 17:19:35 -04001/* cmake will generate config.h with defines containing the values defined in cmake */
2
3#define VERSION_MAJOR @PROJECT_VERSION_MAJOR@
4#define VERSION_MINOR @PROJECT_VERSION_MINOR@
Stepan Salenikovich76c33e62015-05-22 12:24:07 -04005#define VERSION_PATCH @PROJECT_VERSION_PATCH@
6
7#define USE_LIBNOTIFY @USE_LIBNOTIFY@
Stepan Salenikovich982b2882016-06-15 13:13:37 -04008#define USE_APPINDICATOR @HAVE_APPINDICATOR@
Stepan Salenikovich472c9052016-07-20 19:16:02 -04009#define USE_LIBNM @USE_LIBNM@
aviau039001d2016-09-29 16:39:05 -040010#define HAVE_WEBKIT2GTK4 @HAVE_WEBKIT2GTK4@
Stepan Salenikovich76350582015-05-25 14:56:32 -040011
12#define RING_CLIENT_APP_ID "cx.ring.RingGnome"
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -040013
Stepan Salenikovichdd82f9b2015-09-16 14:04:05 -040014#define RING_CLIENT_INSTALL "@RING_INSTALL_PREFIX@"
Stepan Salenikovich526c41e2016-06-08 16:48:20 -040015#define RING_DATA_DIR "/share/gnome-ring"
Stepan Salenikoviche88f6692015-09-10 18:09:38 -040016
17#define PACKAGE_NAME "@PROJECT_NAME@"
Stepan Salenikovichdd82f9b2015-09-16 14:04:05 -040018#define LOCALEDIR "@RING_INSTALL_PREFIX@/share/locale"