mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 13:17:56 +00:00
52106b5026
Include "debug.h" in lots of places (not all) New macro IDEBUGF() for indirect debug flag, used in HTTP server
46 lines
655 B
Makefile
46 lines
655 B
Makefile
HDRS= fifo.h \
|
|
overlay_buffer.h \
|
|
overlay_address.h \
|
|
overlay_packet.h \
|
|
overlay_interface.h \
|
|
section.h \
|
|
trigger.h \
|
|
commandline.h \
|
|
limit.h \
|
|
rhizome_types.h \
|
|
rhizome.h \
|
|
httpd.h \
|
|
instance.h \
|
|
meshms.h \
|
|
serval_types.h \
|
|
serval.h \
|
|
server.h \
|
|
keyring.h \
|
|
socket.h \
|
|
cli.h \
|
|
str.h \
|
|
rotbuf.h \
|
|
mem.h \
|
|
os.h \
|
|
uuid.h \
|
|
sighandlers.h \
|
|
strbuf.h \
|
|
strbuf_helpers.h \
|
|
sha2.h \
|
|
conf.h \
|
|
conf_schema.h \
|
|
crypto.h \
|
|
dataformats.h \
|
|
log.h \
|
|
debug.h \
|
|
net.h \
|
|
fdqueue.h \
|
|
http_server.h \
|
|
xprintf.h \
|
|
constants.h \
|
|
monitor-client.h \
|
|
mdp_client.h \
|
|
msp_client.h \
|
|
radio_link.h \
|
|
sqlite-amalgamation-3070900/sqlite3.h
|