install data and plugins in taler-exchange, not taler
This commit is contained in:
parent
d28d1e82f3
commit
8df75214f4
@ -6,7 +6,7 @@ if USE_COVERAGE
|
||||
XLIB = -lgcov
|
||||
endif
|
||||
|
||||
plugindir = $(libdir)/taler
|
||||
plugindir = $(libdir)/taler-exchange
|
||||
|
||||
if HAVE_POSTGRESQL
|
||||
plugin_LTLIBRARIES = \
|
||||
|
@ -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"
|
||||
};
|
||||
|
@ -6,7 +6,7 @@ if USE_COVERAGE
|
||||
XLIB = -lgcov
|
||||
endif
|
||||
|
||||
plugindir = $(libdir)/taler
|
||||
plugindir = $(libdir)/taler-exchange
|
||||
|
||||
plugin_LTLIBRARIES = \
|
||||
libtaler_plugin_wire_sepa.la \
|
||||
|
Loading…
Reference in New Issue
Block a user