From: Simon Josefsson Date: Wed, 3 Nov 2004 14:19:59 +0000 (+0000) Subject: Add -I for alloca.h in gl (why wasn't this needed before?). X-Git-Tag: gnutls_1_1_22~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07abeb58d1743df79ae5b5985d6ac49e5e3db06a;p=thirdparty%2Fgnutls.git Add -I for alloca.h in gl (why wasn't this needed before?). --- diff --git a/lib/minitasn1/Makefile.am b/lib/minitasn1/Makefile.am index cea125fd78..ef9cfdf705 100644 --- a/lib/minitasn1/Makefile.am +++ b/lib/minitasn1/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/lib +INCLUDES = -I$(top_srcdir)/lib -I../../gl noinst_LTLIBRARIES = libminitasn1.la