summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-09-25 15:46:12 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-09-25 15:46:12 +0000
commit8dd96cd0b7a558f70095ce2ff863c77b8071d592 (patch)
tree1d1ed02bd21256b8708e17464697ab45925403ac
parent273d0c7b93f44c017af8bdab03a675442fa17d0a (diff)
Missing piece of previous commit - add @ALLOCA@ to sources (normally
Missing piece of previous commit - add @ALLOCA@ to sources (normally expands to nothing).
-rw-r--r--Makefile.am3
-rw-r--r--glib/Makefile.am3
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ff411f434..104d783b1 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 ff411f434..104d783b1 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 = \