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