1999-11-28 Martin Baulig <martin@home-of-linux.org> Split netload into netload and netinfo. * include/glibtop/netinfo.h: New file. * include/glibtop/netload.h (glibtop_netload): Moved `if_flags', `mtu', `subnet' and `address' into the new `glibtop_netinfo'. * include/glibtop/sysdeps.h (GLIBTOP_SYSDEPS_NETINFO): Added. (glibtop_sysdeps): Added `netinfo. * include/glibtop/union.h (glibtop_union): Added `netinfo. * include/glibtop/command.h (GLIBTOP_CMND_NETINFO): Added.
17 lines
516 B
Makefile
17 lines
516 B
Makefile
LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
|
|
|
|
INCLUDES = @INCLUDES@
|
|
|
|
lib_LTLIBRARIES = libgtop_names.la
|
|
|
|
libgtop_names_la_SOURCES = cpu.c mem.c swap.c uptime.c loadavg.c \
|
|
shm_limits.c msg_limits.c sem_limits.c \
|
|
proclist.c sysdeps.c procstate.c procuid.c \
|
|
proctime.c procmem.c procsignal.c \
|
|
prockernel.c procsegment.c fsusage.c \
|
|
mountlist.c procargs.c procmap.c netinfo.c \
|
|
netload.c interfaces.c ppp.c
|
|
|
|
libgtop_names_la_LDFLAGS = $(LT_VERSION_INFO)
|
|
|