7e5ccec8bf
* configure.in: Bumped to 2.9.0 * configure.in: * examples/.cvsignore: * examples/Makefile.am: * examples/netlist.c: (main): * features.def: * include/glibtop/Makefile.am: * include/glibtop/command.h: * include/glibtop/netlist.h: * include/glibtop/sysdeps.h: * include/glibtop/union.h: * include/glibtop/version.h: * src/daemon/version.c: * sysdeps/linux/Makefile.am: * sysdeps/linux/netlist.c: (glibtop_init_netlist_s), (glibtop_get_netlist_s): * sysdeps/names/Makefile.am: * sysdeps/names/netlist.c: * sysdeps/solaris/Makefile.am: * sysdeps/solaris/netlist.c: (glibtop_init_netlist_s), (glibtop_get_netlist_s): Added new function glibtop_get_netlist(). Implemented for linux and solaris. Doc needed.
16 lines
451 B
Makefile
16 lines
451 B
Makefile
|
|
INCLUDES = @INCLUDES@
|
|
|
|
noinst_LTLIBRARIES = libgtop_names-2.0.la
|
|
|
|
libgtop_names_2_0_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 netload.c \
|
|
ppp.c netlist.c
|
|
|
|
libgtop_names_2_0_la_LDFLAGS = $(LT_VERSION_INFO)
|
|
|