aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-28 09:02:31 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-28 09:02:31 +0000
commit078f7063aef1d4105e71160b8764ab95c2dcdfbe (patch)
tree86d498356ceaaa1ba738f64a158cce2cd0163a15 /src/Makefile.am
parent9469cd334f29ca9437e13eb951b53b7690f10be9 (diff)
downloadgnunet-078f7063aef1d4105e71160b8764ab95c2dcdfbe.tar.gz
gnunet-078f7063aef1d4105e71160b8764ab95c2dcdfbe.zip
adding --enable-taler-wallet configure option to build a reduced version of libgnunetutil with only the parts needed by GNU Taler wallets
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ae623bddc..8e3d02993 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,6 +47,12 @@ if HAVE_REST
47 REST_DIR = rest 47 REST_DIR = rest
48endif 48endif
49 49
50if TALER_ONLY
51SUBDIRS = \
52 include \
53 util
54else
55
50SUBDIRS = \ 56SUBDIRS = \
51 include $(INTLEMU_SUBDIRS) \ 57 include $(INTLEMU_SUBDIRS) \
52 util \ 58 util \
@@ -95,3 +101,5 @@ SUBDIRS = \
95 pt \ 101 pt \
96 integration-tests \ 102 integration-tests \
97 $(EXP_DIR) 103 $(EXP_DIR)
104
105endif