TARGET=cpustats

include ../plugin.mk
CFLAGS += `libgtop-config --cflags`
LDFLAGS = $(LDFLAGSWITHSTDLIB)
LDFLAGS += `libgtop-config --libs`

