From 078f7063aef1d4105e71160b8764ab95c2dcdfbe Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 28 May 2015 09:02:31 +0000 Subject: adding --enable-taler-wallet configure option to build a reduced version of libgnunetutil with only the parts needed by GNU Taler wallets --- src/include/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include/Makefile.am') 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 = \ block_dns.h \ block_regex.h +if TALER_ONLY +gnunetinclude_HEADERS = \ + gnunet_util_taler_wallet.h +else + gnunetinclude_HEADERS = \ platform.h plibc.h $(WINPROC) gettext.h \ gnunet_applications.h \ @@ -105,3 +110,5 @@ gnunetinclude_HEADERS = \ gnunet_tun_lib.h \ gnunet_util_lib.h \ gnunet_vpn_service.h + +endif -- cgit v1.2.3