summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
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