~phcteam/clinica-project/master

467 by Leonardo Robol
Reworking of the GResource base path.
1
/*
2
 * Header file with constants autogenerated
3
 * in Clinica build process. 
4
 */
5
6
/* This is the version of the package built */
441.1.2 by Leonardo Robol
Added config.h.in
7
#define VERSION "@VERSION@"
467 by Leonardo Robol
Reworking of the GResource base path.
8
9
/* The name of the Gettext package where translations 
10
 * can be found. */
441.1.2 by Leonardo Robol
Added config.h.in
11
#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
467 by Leonardo Robol
Reworking of the GResource base path.
12
13
/* The version of the package of Clinica */
441.1.2 by Leonardo Robol
Added config.h.in
14
#define PACKAGE_VERSION "@PACKAGE_VERSION@"
15
467 by Leonardo Robol
Reworking of the GResource base path.
16
/* The base for the GResource items that will be loaded
17
 * in Clinica. */
18
#define RESOURCE_BASE "@RESOURCE_BASE@"