diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-11-14 22:31:23 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-14 22:31:23 +0100 |
commit | 15980ee476270bc0af4dc1327be0744ce1e6194e (patch) | |
tree | 5be1bdbe0044161d516f5c480ea8fdd2a641f9d0 /src/backend/taler-merchant-httpd_statics.c | |
parent | af66f5c044f57937f87b86eea95b606e52f7deb8 (diff) |
adaptations of merchant to GNUnet fix #8962
Diffstat (limited to 'src/backend/taler-merchant-httpd_statics.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_statics.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_statics.c b/src/backend/taler-merchant-httpd_statics.c index a82dafba..a49a2e39 100644 --- a/src/backend/taler-merchant-httpd_statics.c +++ b/src/backend/taler-merchant-httpd_statics.c @@ -20,6 +20,7 @@ */ #include "platform.h" #include <gnunet/gnunet_util_lib.h> +#include "taler_merchant_util.h" #include <taler/taler_util.h> #include <taler/taler_mhd_lib.h> #include <taler/taler_templating_lib.h> @@ -284,7 +285,8 @@ TMH_statics_init () { char *path; - path = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_DATADIR); + path = GNUNET_OS_installation_get_path (TALER_MERCHANT_project_data (), + GNUNET_OS_IPK_DATADIR); if (NULL == path) { GNUNET_break (0); |