serval-dna/headerfiles.mk
Andrew Bettison e8e87b8a34 Fix broken clang and Android builds
Recent addition of the GCC __attribute__(alloc_size) to some functions
in mem.h broke the build when using Clang 3.5.  This commit introduces
configure-time checks for all GCC attributes used in the Serval source
code, and adapts accordingly.
2015-11-23 15:00:25 +10:30

48 lines
685 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 \
route_link.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 \
features.h \
constants.h \
monitor-client.h \
mdp_client.h \
msp_client.h \
radio_link.h \
sqlite-amalgamation-3070900/sqlite3.h