summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-16 13:48:20 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-16 13:48:35 +0100
commita358360fb34ab4a01c14a32c7bd06f941749c21e (patch)
tree34be475419c686e3358c1358eb3ecdab790ec09f /src/Makefile.am
parent8a08f73171fedbdd8fbd61bba5674457e62d4c50 (diff)
downloadexchange-a358360fb34ab4a01c14a32c7bd06f941749c21e.tar.gz
exchange-a358360fb34ab4a01c14a32c7bd06f941749c21e.tar.bz2
exchange-a358360fb34ab4a01c14a32c7bd06f941749c21e.zip
remove wallet-specific code
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0e1698d00..d3fde4c1d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,10 +11,6 @@ if HAVE_LIBGNURL
endif
endif
-if WALLET_ONLY
-SUBDIRS = include util
-else
-
pkgcfgdir = $(prefix)/share/taler/config.d/
pkgcfg_DATA = \
taler.conf
@@ -30,5 +26,3 @@ if HAVE_LIBGNURL
SUBDIRS += lib benchmark
endif
endif
-
-endif