| 253:ddfead6ea863 | 254:4784c14aa639 |
|---|---|
| 28 | 28 |
| 29 BUILD_ROOT = ../.. | 29 BUILD_ROOT = ../.. |
| 30 | 30 |
| 31 include $(BUILD_ROOT)/config.mk | 31 include $(BUILD_ROOT)/config.mk |
| 32 | 32 |
| 33 CFLAGS += -I.. | 33 CFLAGS += -I../ucx/ |
| 34 LDFLAGS += -L../../build/lib -lucx -lwscfg | 34 LDFLAGS += -L../../build/lib -lucx -lwscfg |
| 35 | 35 |
| 36 # list of source files | 36 # list of source files |
| 37 WSTOOL_SRC = wstool.c | 37 WSTOOL_SRC = wstool.c |
| 38 WSTOOL_SRC += srvctrlsocket.c | 38 WSTOOL_SRC += srvctrlsocket.c |