aboutsummaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_statics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_statics.c')
-rw-r--r--src/backend/taler-merchant-httpd_statics.c4
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);