Cleanup after removed internal webserver code.

Fixes: 52464b97c1
This commit is contained in:
Michael Tatarinov 2017-07-28 11:35:26 +04:00
parent 417aee9dc5
commit 196ef89aca
5 changed files with 2 additions and 15 deletions

View file

@ -5,10 +5,6 @@ BLADERF ?= yes
CPPFLAGS += -DMODES_DUMP1090_VERSION=\"$(DUMP1090_VERSION)\" -DMODES_DUMP1090_VARIANT=\"dump1090-fa\"
ifneq ($(HTMLPATH),"")
CPPFLAGS += -DHTMLPATH=\"$(HTMLPATH)\"
endif
DIALECT = -std=c11
CFLAGS += $(DIALECT) -O2 -g -Wall -Werror -W -D_DEFAULT_SOURCE
LIBS = -lpthread -lm -lrt