for #4374
This commit is contained in:
parent
148dda09d4
commit
d986269dae
@ -6,7 +6,7 @@ if USE_COVERAGE
|
|||||||
XLIB = -lgcov
|
XLIB = -lgcov
|
||||||
endif
|
endif
|
||||||
|
|
||||||
pkgcfgdir= $(pkgdatadir)/config.d/
|
pkgcfgdir = $(prefix)/share/taler/config.d/
|
||||||
|
|
||||||
pkgcfg_DATA = \
|
pkgcfg_DATA = \
|
||||||
exchange.conf
|
exchange.conf
|
||||||
|
@ -6,7 +6,7 @@ if USE_COVERAGE
|
|||||||
XLIB = -lgcov
|
XLIB = -lgcov
|
||||||
endif
|
endif
|
||||||
|
|
||||||
plugindir = $(libdir)/taler-exchange
|
plugindir = $(libdir)/taler
|
||||||
|
|
||||||
if HAVE_POSTGRESQL
|
if HAVE_POSTGRESQL
|
||||||
plugin_LTLIBRARIES = \
|
plugin_LTLIBRARIES = \
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
*/
|
*/
|
||||||
static const struct GNUNET_OS_ProjectData taler_pd = {
|
static const struct GNUNET_OS_ProjectData taler_pd = {
|
||||||
.libname = "libtalerutil",
|
.libname = "libtalerutil",
|
||||||
.project_dirname = "taler-exchange",
|
.project_dirname = "taler",
|
||||||
.binary_name = "taler-exchange-httpd",
|
.binary_name = "taler-exchange-httpd",
|
||||||
.env_varname = "TALER_PREFIX"
|
.env_varname = "TALER_PREFIX"
|
||||||
};
|
};
|
||||||
|
@ -6,7 +6,7 @@ if USE_COVERAGE
|
|||||||
XLIB = -lgcov
|
XLIB = -lgcov
|
||||||
endif
|
endif
|
||||||
|
|
||||||
plugindir = $(libdir)/taler-exchange
|
plugindir = $(libdir)/taler
|
||||||
|
|
||||||
plugin_LTLIBRARIES = \
|
plugin_LTLIBRARIES = \
|
||||||
libtaler_plugin_wire_sepa.la \
|
libtaler_plugin_wire_sepa.la \
|
||||||
|
Loading…
Reference in New Issue
Block a user