Skip to content

Commit

Permalink
Clean up config.vala.in
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed Nov 14, 2017
1 parent 7386e3f commit e957877
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions config.vala.in
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
namespace Build {
public const string APP_NAME = "@APP_NAME@";
public const string PROJECT_NAME = "@CMAKE_PROJECT_NAME@";
public const string DATADIR = "@DATADIR@";
public const string PKGDATADIR = "@PKGDATADIR@";
public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@";
public const string BLACKLIST = "@BLACKLIST@";
public const string CONFIGDIR = "@CONFIGDIR@";
public const string RELEASE_NAME = "@RELEASE_NAME@";
public const string VERSION = "@VERSION@";
public const string VERSION_INFO = "@VERSION_INFO@";
public const string DESKTOP_FILE = "@DESKTOP_FILE@";
public const string DESKTOP_ICON = "@DESKTOP_ICON@";
public const string APP_NAME = "@APP_NAME@";
public const string BLACKLIST = "@BLACKLIST@";
public const string CONFIGDIR = "@CONFIGDIR@";
public const string DATADIR = "@DATADIR@";
public const string DESKTOP_FILE = "@DESKTOP_FILE@";
public const string DESKTOP_ICON = "@DESKTOP_ICON@";
public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@";
public const string PKGDATADIR = "@PKGDATADIR@";
public const string PROJECT_NAME = "@CMAKE_PROJECT_NAME@";
public const string RELEASE_NAME = "@RELEASE_NAME@";
public const string VERSION = "@VERSION@";
public const string VERSION_INFO = "@VERSION_INFO@";
}

0 comments on commit e957877

Please sign in to comment.