diff options
| author | Christian Grothoff <christian@grothoff.org> | 2016-04-07 11:09:30 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2016-04-07 11:09:30 +0200 | 
| commit | d986269dae21c52321341e1980a464494a3fe87b (patch) | |
| tree | ec7da9191ddaad86a87de4d6a626946834802071 | |
| parent | 148dda09d4218d40e2e0cc9d8fe9212aede969f5 (diff) | |
for #4374
| -rw-r--r-- | src/exchange/Makefile.am | 2 | ||||
| -rw-r--r-- | src/exchangedb/Makefile.am | 2 | ||||
| -rw-r--r-- | src/util/os_installation.c | 2 | ||||
| -rw-r--r-- | src/wire/Makefile.am | 2 | 
4 files changed, 4 insertions, 4 deletions
| diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am index 68689da2..df939d3e 100644 --- a/src/exchange/Makefile.am +++ b/src/exchange/Makefile.am @@ -6,7 +6,7 @@ if USE_COVERAGE    XLIB = -lgcov  endif -pkgcfgdir= $(pkgdatadir)/config.d/ +pkgcfgdir = $(prefix)/share/taler/config.d/  pkgcfg_DATA = \    exchange.conf diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am index 914153f6..0a7b0447 100644 --- a/src/exchangedb/Makefile.am +++ b/src/exchangedb/Makefile.am @@ -6,7 +6,7 @@ if USE_COVERAGE    XLIB = -lgcov  endif -plugindir = $(libdir)/taler-exchange +plugindir = $(libdir)/taler  if HAVE_POSTGRESQL  plugin_LTLIBRARIES = \ diff --git a/src/util/os_installation.c b/src/util/os_installation.c index 22e0133c..4fce72ee 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-exchange", +  .project_dirname = "taler",    .binary_name = "taler-exchange-httpd",    .env_varname = "TALER_PREFIX"  }; diff --git a/src/wire/Makefile.am b/src/wire/Makefile.am index 16ef1ded..fd59c8eb 100644 --- a/src/wire/Makefile.am +++ b/src/wire/Makefile.am @@ -6,7 +6,7 @@ if USE_COVERAGE    XLIB = -lgcov  endif -plugindir = $(libdir)/taler-exchange +plugindir = $(libdir)/taler  plugin_LTLIBRARIES = \    libtaler_plugin_wire_sepa.la \ | 
