From 8dd96cd0b7a558f70095ce2ff863c77b8071d592 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Mon, 25 Sep 2000 15:46:12 +0000 Subject: [PATCH] Missing piece of previous commit - add @ALLOCA@ to sources (normally Missing piece of previous commit - add @ALLOCA@ to sources (normally expands to nothing). --- Makefile.am | 3 ++- glib/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index ff411f4..104d783 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,7 +75,8 @@ libglib_1_3_la_SOURCES = \ gunichartables.h \ gunidecomp.h \ gunidecomp.c \ - gutils.c + gutils.c \ + @ALLOCA@ glibincludedir=$(includedir)/glib-2.0 glibinclude_HEADERS = \ diff --git a/glib/Makefile.am b/glib/Makefile.am index ff411f4..104d783 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -75,7 +75,8 @@ libglib_1_3_la_SOURCES = \ gunichartables.h \ gunidecomp.h \ gunidecomp.c \ - gutils.c + gutils.c \ + @ALLOCA@ glibincludedir=$(includedir)/glib-2.0 glibinclude_HEADERS = \ -- 2.7.4