apps: mosquitto_ctrl: don't hard set paths

In a cross compile environment, these paths will be added elsewhere, and
in a local environment, they should already be covered by the system
compiler.  Simply drop them.

Signed-off-by: Karl Palsson <karlp@etactica.com>
This commit is contained in:
Karl Palsson 2020-12-04 21:33:18 +00:00 committed by Karl Palsson
parent 122e6ecfd3
commit 58a06f3331

View File

@ -8,8 +8,7 @@ else
LIBMOSQ:=../../lib/libmosquitto.a LIBMOSQ:=../../lib/libmosquitto.a
endif endif
LOCAL_CPPFLAGS:=-I/usr/include/cjson -I/usr/local/include/cjson -I../mosquitto_passwd LOCAL_CPPFLAGS:=-I../mosquitto_passwd
LOCAL_LDFLAGS:=-L/usr/local/lib
OBJS= mosquitto_ctrl.o \ OBJS= mosquitto_ctrl.o \
client.o \ client.o \