]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix.
authorSimon Josefsson <simon@josefsson.org>
Fri, 8 May 2009 14:39:01 +0000 (16:39 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 8 May 2009 14:39:01 +0000 (16:39 +0200)
cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 952726a30a65b6854c31f2fc6fe0ea61144720c4..88f90798bc9333ef694e769063c504a16b5c38bd 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -19,7 +19,8 @@
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 WFLAGS ?= WARN_CFLAGS=-Werror
-CFGFLAGS ?= --enable-gtk-doc
+ADDFLAGS ?=
+CFGFLAGS ?= --enable-gtk-doc $(ADDCFGFLAGS)
 
 INDENT_SOURCES = `find . -name \*.c|grep -v -e ^./lgl -e ^./gl -e ^./src/cfg -e -gaa.c -e asn1_tab.c`