summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-22 19:59:34 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-22 19:59:34 +0200
commite357b735bf09bcdb201841885e79e9f946582912 (patch)
treeba9f47191fd3b07cb226e3412055fc98f483a1e1 /src/Makefile.am
parent7aaeee0914057eeb64bf6af80b54d7d9e58d1b39 (diff)
downloadmerchant-e357b735bf09bcdb201841885e79e9f946582912.tar.gz
merchant-e357b735bf09bcdb201841885e79e9f946582912.tar.bz2
merchant-e357b735bf09bcdb201841885e79e9f946582912.zip
move libtalermerchanttesting and test cases to src/testing/
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e58cf01a..984c780f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,3 @@
# This Makefile is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
-SUBDIRS = include backenddb backend lib merchant-tools
+SUBDIRS = include backenddb backend lib testing merchant-tools