Added xmalloc.c and error.c.

2001-04-20  Martin Baulig  <baulig@suse.de>

	* lib/Makefile.am (libgtop_la_SOURCES): Added xmalloc.c and
	error.c.
This commit is contained in:
Martin Baulig
2001-04-20 20:53:00 +00:00
committed by Martin Baulig
parent dfb9d6f967
commit 5bfb085021
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2001-04-20 Martin Baulig <baulig@suse.de>
* lib/Makefile.am (libgtop_la_SOURCES): Added xmalloc.c and
error.c.
2001-04-20 Martin Baulig <baulig@suse.de>
* include/glibtop/glibtop-server.h (glibtop_init_func_t):

View File

@@ -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