diff -r 63b8d52db390 -r 9823770ba4ee src/tools/Makefile --- a/src/tools/Makefile Sun Feb 19 11:56:39 2017 +0100 +++ b/src/tools/Makefile Mon Mar 06 15:43:28 2017 +0100 @@ -30,6 +30,9 @@ include $(BUILD_ROOT)/config.mk +CFLAGS += -I.. +LDFLAGS += -L../../build/lib -lucx -lwscfg + # list of source files WSTOOL_SRC = wstool.c WSTOOL_SRC += srvctrlsocket.c