From 51c5c3ac22e29b7adee468385bb93941a340a5f4 Mon Sep 17 00:00:00 2001 From: Manish Vachharajani Date: Fri, 24 Jul 1998 07:46:10 +0000 Subject: [PATCH] Remove init.c from libgtop_sysdeps_la_SOURCES --- sysdeps/linux/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/linux/Makefile.am b/sysdeps/linux/Makefile.am index 24ffbfa6..996fd540 100644 --- a/sysdeps/linux/Makefile.am +++ b/sysdeps/linux/Makefile.am @@ -8,7 +8,7 @@ CFLAGS = -Wall -W @CFLAGS@ lib_LTLIBRARIES = libgtop_sysdeps.la -libgtop_sysdeps_la_SOURCES = init.c open.c close.c cpu.c mem.c swap.c \ +libgtop_sysdeps_la_SOURCES = open.c close.c cpu.c mem.c swap.c \ uptime.c loadavg.c shm_limits.c msg_limits.c \ sem_limits.c proclist.c procstate.c procuid.c \ proctime.c procmem.c procsignal.c prockernel.c \