You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
409 B
15 lines
409 B
AM_CPPFLAGS = -D_GNU_SOURCE
|
|
AM_CFLAGS = -Wall
|
|
|
|
# add all supported modules
|
|
if supports_i8k
|
|
KSGRD_SUPPORTS = -DHAVE_I8K_SUPPORT
|
|
endif
|
|
|
|
|
|
INCLUDES = -I$(srcdir)/../../CContLib -I$(srcdir)/.. $(KSGRD_SUPPORTS) $(all_includes)
|
|
|
|
noinst_LIBRARIES = libksysguardd.a
|
|
libksysguardd_a_SOURCES = ProcessList.c Memory.c stat.c netdev.c apm.c acpi.c \
|
|
loadavg.c cpuinfo.c lmsensors.c netstat.c diskstat.c logfile.c i8k.c
|