Integration

dist=Makefile
targets=panel
cflags_force=`pkg-config --cflags Panel` -fPIC
cflags=-W -Wall -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector
ldflags_force=`pkg-config --libs Panel`
ldflags=-Wl,-z,relro -Wl,-z,now
#targets
[panel]
type=plugin
sources=panel.c
install=$(LIBDIR)/Locker/plugins