diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-01-06 13:39:19 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-01-06 13:39:19 +0100 |
commit | 58665047bdd357cedd472b0f909088cc08481aee (patch) | |
tree | 8598218f1cd66d6c7f387a7bf0abb5952648a468 /src | |
parent | 0a038afd0c4a61462628160404e09d37c792d333 (diff) | |
download | gnutls-58665047bdd357cedd472b0f909088cc08481aee.tar.gz |
danetool: only compile when dane is enabled
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1ce9a1d818..4105ab6695 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -61,7 +61,9 @@ bin_PROGRAMS += gnutls-cli endif endif +if ENABLE_DANE bin_PROGRAMS += danetool +endif if ENABLE_TROUSERS bin_PROGRAMS += tpmtool |