Compute lucene-style scores for our hits.
[beagle.git] / Util / ExternalStringsHack.cs.in
blobb8434da9ce55f02f5530b0f0de087c1245de8a31
1 //
2 // ExternalStringsHack.cs is generated from ExternalStringsHack.cs.in
3 //
5 using System;
7 namespace Beagle.Util {
9 public class ExternalStringsHack {
11 static public string Version {
12 get { return "@VERSION@"; }
15 static public string Prefix {
16 get { return "@prefix@"; }
19 static public string PkgLibDir {
20 get { return "@pkglibdir@"; }
23 static public string PkgDataDir {
24 get { return "@pkgdatadir@"; }
27 static public string LocalStateDir {
28 get { return "@localstatedir@"; }
31 static public string GnomePrefix {
32 get { return "@GNOME_PREFIX@"; }
35 static public string LocaleDir {
36 get { return "@prefix@/share/locale"; }
39 static public string KdePrefix {
40 get { return "@KDE_PREFIX@"; }
43 public const string XattrLib = "@XATTR_LIB@";