summaryrefslogtreecommitdiff
path: root/tools/checkwps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps/Makefile')
-rw-r--r--tools/checkwps/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/checkwps/Makefile b/tools/checkwps/Makefile
index 1bdf3580f9..2f127af618 100644
--- a/tools/checkwps/Makefile
+++ b/tools/checkwps/Makefile
@@ -19,12 +19,15 @@ CC = mingw32-gcc
19endif 19endif
20endif 20endif
21 21
22COMMON=$(ROOT)/apps/gui/wps_parser.c \ 22COMMON=$(ROOT)/apps/gui/skin_engine/wps_debug.c \
23 $(ROOT)/apps/gui/wps_debug.c \ 23 $(ROOT)/apps/gui/skin_engine/skin_parser.c \
24 $(ROOT)/apps/gui/skin_engine/skin_buffer.c \
24 $(ROOT)/apps/misc.c \ 25 $(ROOT)/apps/misc.c \
25 $(ROOT)/apps/recorder/bmp.c 26 $(ROOT)/apps/recorder/bmp.c \
27 $(ROOT)/firmware/common/strlcpy.c
26 28
27INCLUDE=-I $(ROOT)/apps/gui \ 29INCLUDE=-I $(ROOT)/apps/gui \
30 -I $(ROOT)/apps/gui/skin_engine \
28 -I $(ROOT)/firmware/export \ 31 -I $(ROOT)/firmware/export \
29 -I $(ROOT)/apps \ 32 -I $(ROOT)/apps \
30 -I $(ROOT)/apps/recorder \ 33 -I $(ROOT)/apps/recorder \