diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-03-08 20:51:04 +0100 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-03-08 20:51:04 +0100 |
commit | bb0d468a4b2ed99a8956973375af40ab4b9a315e (patch) | |
tree | 4be2436f99adeb625e0b3ba3c234f4a04f9c97ef /src/Makefile.am | |
parent | 01bba44dd4c96605c7a798043849637688edebfb (diff) |
Stub for automatically generating payments.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e58cf01a..16521e08 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 merchant-tools samples |