aboutsummaryrefslogtreecommitdiff
path: root/src/include/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/include/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/include/Makefile.am')
-rw-r--r--src/include/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index ff5252d3d..ad5773556 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -13,6 +13,11 @@ EXTRA_DIST = \
13 block_dns.h \ 13 block_dns.h \
14 block_regex.h 14 block_regex.h
15 15
16if TALER_ONLY
17gnunetinclude_HEADERS = \
18 gnunet_util_taler_wallet.h
19else
20
16gnunetinclude_HEADERS = \ 21gnunetinclude_HEADERS = \
17 platform.h plibc.h $(WINPROC) gettext.h \ 22 platform.h plibc.h $(WINPROC) gettext.h \
18 gnunet_applications.h \ 23 gnunet_applications.h \
@@ -105,3 +110,5 @@ gnunetinclude_HEADERS = \
105 gnunet_tun_lib.h \ 110 gnunet_tun_lib.h \
106 gnunet_util_lib.h \ 111 gnunet_util_lib.h \
107 gnunet_vpn_service.h 112 gnunet_vpn_service.h
113
114endif