From 5bfb0850210fe27cba28794d85e0343ef37bb256 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Fri, 20 Apr 2001 20:53:00 +0000 Subject: [PATCH] Added xmalloc.c and error.c. 2001-04-20 Martin Baulig * lib/Makefile.am (libgtop_la_SOURCES): Added xmalloc.c and error.c. --- ChangeLog | 5 +++++ lib/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7facb028..9564a46f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-04-20 Martin Baulig + + * lib/Makefile.am (libgtop_la_SOURCES): Added xmalloc.c and + error.c. + 2001-04-20 Martin Baulig * include/glibtop/glibtop-server.h (glibtop_init_func_t): diff --git a/lib/Makefile.am b/lib/Makefile.am index aa4fb748..149d2d64 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -11,7 +11,7 @@ noinst_LTLIBRARIES = libgtop_server.la libgtop_la_SOURCES = errors.c glibtop-backend-info.c \ glibtop-client.c glibtop-server.c \ glibtop-backend.c glibtop-client-private.h \ - glibtop-server-private.h \ + glibtop-server-private.h xmalloc.c error.c \ $(BUILT_SOURCES) libgtop_server_la_SOURCES = error.c xmalloc.c