PKG_CPPFLAGS = -I assp -DWRASSP
SOURCES = $(wildcard assp/*.c *.c)
OBJECTS = $(SOURCES:.c=.o)
