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