From 79208c7cf6b0ea674a1091429c38e3ec048c0a14 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Wed, 14 Nov 2001 07:50:12 +0000 Subject: provide g_newa(ctype, count) on top of g_alloca() like we provide g_new() Wed Nov 14 07:34:24 2001 Tim Janik * glib/galloca.h (g_newa): provide g_newa(ctype, count) on top of g_alloca() like we provide g_new() on top of g_malloc(). --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bd402b752..31c8d69c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.4 -SUBDIRS = . m4macros glib gobject gmodule gthread docs tests build po +SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs bin_SCRIPTS = glib-gettextize -- cgit v1.2.1