summaryrefslogtreecommitdiff
path: root/apps/examples/wgetjson/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/wgetjson/Makefile')
-rw-r--r--apps/examples/wgetjson/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/wgetjson/Makefile b/apps/examples/wgetjson/Makefile
index b7431cf12..46c457aa5 100644
--- a/apps/examples/wgetjson/Makefile
+++ b/apps/examples/wgetjson/Makefile
@@ -45,7 +45,7 @@ CSRCS = wgetjson_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
-SRCS = $(ASRCS) $(CSRCS)
+SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)
ifeq ($(CONFIG_WINDOWS_NATIVE),y)