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