Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tools/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ findif_SOURCES = findif.c
if BUILD_TICKLE
halib_PROGRAMS += tickle_tcp
tickle_tcp_SOURCES = tickle_tcp.c

# Enable C99 for tickle_tcp and turn off a C89-style check that conflicts with C99 code
tickle_tcp.o: CFLAGS+=-std=c99 -Wno-declaration-after-statement
endif

.PHONY: install-exec-hook
Loading