diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0e1698d0..d3fde4c1 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 |