]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Need -I$builddir/gl for alloca.h when srcdir != objdir.
authorSimon Josefsson <simon@josefsson.org>
Mon, 19 Jun 2006 12:58:25 +0000 (12:58 +0000)
committerSimon Josefsson <simon@josefsson.org>
Mon, 19 Jun 2006 12:58:25 +0000 (12:58 +0000)
lib/x509/Makefile.am

index 8d44678802a4030ea02f50f394918481bd5dff71..c35cbc25fc1a6caf713b6222c962ab8dc9599b01 100644 (file)
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 # USA
 
-INCLUDES = -I$(top_srcdir)/gl -I$(top_srcdir)/libextra                 \
-       -I$(top_srcdir)/lib/minitasn1 -I$(top_srcdir)/libextra/openpgp/ \
+INCLUDES = \
+       -I$(top_srcdir)/gl -I$(top_builddir)/gl                         \
+       -I$(top_srcdir)/libextra -I$(top_srcdir)/lib/minitasn1          \
+       -I$(top_srcdir)/libextra/openpgp/                               \
        -I$(top_srcdir)/libextra/opencdk -I$(top_srcdir)/lib            \
        -I$(top_srcdir)/includes -I$(top_builddir)/includes             \
        $(LIBOPENCDK_CFLAGS) $(LIBTASN1_CFLAGS) $(LIBGCRYPT_CFLAGS)