update to match recent GNUnet changes

This commit is contained in:
Christian Grothoff 2019-09-01 15:04:53 +02:00
parent 34652f45f3
commit 4dcd2294f6
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -41,6 +41,10 @@ static const struct GNUNET_OS_ProjectData taler_pd = {
.homepage = "http://www.gnu.org/s/taler/",
.config_file = "taler.conf",
.user_config_file = "~/.config/taler.conf",
.version = PACKAGE_VERSION,
.is_gnu = 1,
.gettext_domain = "taler",
.gettext_path = NULL,
};