summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-11-21 14:48:50 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-11-21 14:48:50 +0100
commit5ad31a0d89fe8e3be764c6c8ed0bfe6a5f3b1dc8 (patch)
tree9965402340f61b2641e1aa26bb8b0c2d3305f95e /lib/Makefile.am
parent7f00c3a3e867d6e62167c890eae736983e5d872c (diff)
downloadgnutls-5ad31a0d89fe8e3be764c6c8ed0bfe6a5f3b1dc8.tar.gz
gnutls_priority_string_list: allow printing the special keywords as well.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 12ec54eea1..c9a5482932 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -222,5 +222,5 @@ gnutls_asn1_tab.c: $(srcdir)/gnutls.asn
-asn1Parser $(srcdir)/gnutls.asn gnutls_asn1_tab.c
priority_options.h: $(srcdir)/priority_options.gperf
- -gperf -t $^ > $@-tmp && mv $@-tmp $@
+ -gperf --global-table -t $^ > $@-tmp && mv $@-tmp $@