From 8df75214f459fd39ce43540dc604733c1a47515e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 7 Apr 2016 09:30:58 +0200 Subject: [PATCH] install data and plugins in taler-exchange, not taler --- src/exchangedb/Makefile.am | 2 +- src/util/os_installation.c | 2 +- src/wire/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am index 416d5688f..b3637346b 100644 --- a/src/exchangedb/Makefile.am +++ b/src/exchangedb/Makefile.am @@ -6,7 +6,7 @@ if USE_COVERAGE XLIB = -lgcov endif -plugindir = $(libdir)/taler +plugindir = $(libdir)/taler-exchange if HAVE_POSTGRESQL plugin_LTLIBRARIES = \ diff --git a/src/util/os_installation.c b/src/util/os_installation.c index 4fce72ee9..22e0133cd 100644 --- a/src/util/os_installation.c +++ b/src/util/os_installation.c @@ -33,7 +33,7 @@ */ static const struct GNUNET_OS_ProjectData taler_pd = { .libname = "libtalerutil", - .project_dirname = "taler", + .project_dirname = "taler-exchange", .binary_name = "taler-exchange-httpd", .env_varname = "TALER_PREFIX" }; diff --git a/src/wire/Makefile.am b/src/wire/Makefile.am index fd59c8eb7..16ef1ded0 100644 --- a/src/wire/Makefile.am +++ b/src/wire/Makefile.am @@ -6,7 +6,7 @@ if USE_COVERAGE XLIB = -lgcov endif -plugindir = $(libdir)/taler +plugindir = $(libdir)/taler-exchange plugin_LTLIBRARIES = \ libtaler_plugin_wire_sepa.la \