diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-04-19 23:40:47 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-04-19 23:41:07 +0200 |
commit | e01143daf39147110eeec21f38876db922d5ddfd (patch) | |
tree | c62e32ace9c138d98ea0196dabc5ed39de14c056 /src/Makefile.am | |
parent | f9d4a9671521e77d3235364e98b19a1c7cc08cb9 (diff) |
move currency to taler section, create taler.conf
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6e0fb2049..ee66bb39b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,6 +15,10 @@ if WALLET_ONLY SUBDIRS = include util else +pkgcfgdir = $(prefix)/share/taler/config.d/ +pkgcfg_DATA = \ + taler.conf + SUBDIRS = include util json $(PQ_DIR) $(BANK_LIB) wire exchangedb exchange exchange-tools if HAVE_LIBCURL SUBDIRS += exchange-lib |