From a358360fb34ab4a01c14a32c7bd06f941749c21e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 16 Jan 2020 13:48:20 +0100 Subject: remove wallet-specific code --- src/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/Makefile.am') 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 -- cgit v1.2.3