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