mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 05:07:56 +00:00
291a631095
So that "http_server.h" does not have to include "serval.h" which creates a circular dependency. Remove the __SERVALDNA__HTTP_SERVER_IMPLEMENTATION hack from "http_server.h"
28 lines
392 B
Makefile
28 lines
392 B
Makefile
HDRS= fifo.h \
|
|
Makefile \
|
|
overlay_buffer.h \
|
|
overlay_address.h \
|
|
overlay_packet.h \
|
|
rhizome.h \
|
|
serval.h \
|
|
cli.h \
|
|
str.h \
|
|
rotbuf.h \
|
|
mem.h \
|
|
os.h \
|
|
strbuf.h \
|
|
strbuf_helpers.h \
|
|
sha2.h \
|
|
conf.h \
|
|
conf_schema.h \
|
|
crypto.h \
|
|
log.h \
|
|
net.h \
|
|
fdqueue.h \
|
|
http_server.h \
|
|
xprintf.h \
|
|
constants.h \
|
|
monitor-client.h \
|
|
mdp_client.h \
|
|
sqlite-amalgamation-3070900/sqlite3.h
|