summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-31 09:13:03 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-31 09:13:03 +0200
commit94e167995537015f5100b526791cd51268aa0f2f (patch)
treef17ce7c4921fe0e574134c84b5f7d561c0162086 /src/Makefile.am
parentef81e9db227b15e56bd9fdf2992b29940b8a6a29 (diff)
downloadexchange-94e167995537015f5100b526791cd51268aa0f2f.tar.gz
exchange-94e167995537015f5100b526791cd51268aa0f2f.tar.bz2
exchange-94e167995537015f5100b526791cd51268aa0f2f.zip
adding a few more uniqueness constraints to DB
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a1db78b48..45ff87a09 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,12 +22,12 @@ pkgcfg_DATA = \
EXTRA_DIST = \
taler.conf
-SUBDIRS = include util json $(PQ_DIR) $(BANK_LIB) wire exchangedb exchange exchange-tools benchmark
+SUBDIRS = include util json $(PQ_DIR) $(BANK_LIB) wire exchangedb exchange exchange-tools
if HAVE_LIBCURL
- SUBDIRS += exchange-lib
+ SUBDIRS += exchange-lib benchmark
else
if HAVE_LIBGNURL
- SUBDIRS += exchange-lib
+ SUBDIRS += exchange-lib benchmark
endif
endif