blob: a600e23604a332bec74850c3bfc91c467c2297ba (
plain)
1
2
3
4
5
6
7
8
9
10
|
BIN_TARGETS := \
tipideed \
tipidee-config
LIBEXEC_TARGETS := \
tipidee-config-preprocess \
ls.cgi
LIB_DEFS := TIPIDEE=tipidee
TIPIDEE_DESCRIPTION := A library containing helpers to write an HTTP server
|