aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-28 09:17:18 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-28 09:17:18 +0000
commitbbb2f3b164daf9cc6d03a0f7a9d3184fc9d06e73 (patch)
tree805a2a58af8cbd4db6db772793b10a86d648cdd8
parent078f7063aef1d4105e71160b8764ab95c2dcdfbe (diff)
downloadgnunet-bbb2f3b164daf9cc6d03a0f7a9d3184fc9d06e73.tar.gz
gnunet-bbb2f3b164daf9cc6d03a0f7a9d3184fc9d06e73.zip
-typos
-rw-r--r--configure.ac3
-rw-r--r--src/include/Makefile.am2
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 53bb114b7..b16019f62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -547,7 +547,8 @@ AC_CHECK_LIB([kvm],[kvm_open])
547AC_CHECK_LIB([kstat],[kstat_open]) 547AC_CHECK_LIB([kstat],[kstat_open])
548 548
549 549
550# should experimental code be compiled (code that may not yet compile)? 550# should the build process be restricted to the code required
551# for GNU Taler wallets?
551AC_MSG_CHECKING(whether to compile GNU Taler Wallet library ONLY) 552AC_MSG_CHECKING(whether to compile GNU Taler Wallet library ONLY)
552AC_ARG_ENABLE([taler-wallet], 553AC_ARG_ENABLE([taler-wallet],
553 [AS_HELP_STRING([--taler-wallet], [only compile for Taler wallet])], 554 [AS_HELP_STRING([--taler-wallet], [only compile for Taler wallet])],
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index ad5773556..e9eb6741a 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -15,7 +15,7 @@ EXTRA_DIST = \
15 15
16if TALER_ONLY 16if TALER_ONLY
17gnunetinclude_HEADERS = \ 17gnunetinclude_HEADERS = \
18 gnunet_util_taler_wallet.h 18 gnunet_util_taler_wallet_lib.h
19else 19else
20 20
21gnunetinclude_HEADERS = \ 21gnunetinclude_HEADERS = \