blob: 4ddc5045e4954b60d341302bcb03c78f5205745f [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 Salenikovich3f4fe182017-03-01 16:12:35 -05008#define HAVE_APPINDICATOR @HAVE_APPINDICATOR@
aviau59514ed2018-04-19 11:00:37 -04009#define HAVE_AYATANAAPPINDICATOR @HAVE_AYATANAAPPINDICATOR@
Stepan Salenikovich472c9052016-07-20 19:16:02 -040010#define USE_LIBNM @USE_LIBNM@
Nicolas Jager655b8db2017-12-15 14:04:32 -050011#define USE_CANBERRA @USE_CANBERRA@
Stepan Salenikovich76350582015-05-25 14:56:32 -040012
13#define RING_CLIENT_APP_ID "cx.ring.RingGnome"
Stepan Salenikovichfb7f2952015-05-25 16:44:19 -040014
Stepan Salenikovichdd82f9b2015-09-16 14:04:05 -040015#define RING_CLIENT_INSTALL "@RING_INSTALL_PREFIX@"
Stepan Salenikovich526c41e2016-06-08 16:48:20 -040016#define RING_DATA_DIR "/share/gnome-ring"
Stepan Salenikoviche88f6692015-09-10 18:09:38 -040017
18#define PACKAGE_NAME "@PROJECT_NAME@"
Stepan Salenikovichdd82f9b2015-09-16 14:04:05 -040019#define LOCALEDIR "@RING_INSTALL_PREFIX@/share/locale"
Nicolas Jager655b8db2017-12-15 14:04:32 -050020#define SOUNDSDIR "@RING_INSTALL_PREFIX@/share/sounds/gnome-ring"