You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
441 B

  1. diff --git a/apps/mosquitto_ctrl/Makefile b/apps/mosquitto_ctrl/Makefile
  2. index 59b23596..3a4843bf 100644
  3. --- a/apps/mosquitto_ctrl/Makefile
  4. +++ b/apps/mosquitto_ctrl/Makefile
  5. @@ -8,8 +8,7 @@ else
  6. LIBMOSQ:=../../lib/libmosquitto.a
  7. endif
  8. -LOCAL_CPPFLAGS:=-I/usr/include/cjson -I/usr/local/include/cjson -I../mosquitto_passwd
  9. -LOCAL_LDFLAGS:=-L/usr/local/lib
  10. +LOCAL_CPPFLAGS:=-I../mosquitto_passwd
  11. OBJS= mosquitto_ctrl.o \
  12. client.o \