summaryrefslogtreecommitdiff
path: root/apps/graphics/screenshot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/screenshot/Makefile')
-rw-r--r--apps/graphics/screenshot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/graphics/screenshot/Makefile b/apps/graphics/screenshot/Makefile
index 0d1e2128d..34641002e 100644
--- a/apps/graphics/screenshot/Makefile
+++ b/apps/graphics/screenshot/Makefile
@@ -44,7 +44,8 @@ endif
# TIFF Screenshot utility
ASRCS =
-CSRCS = screenshot_main.c
+CSRCS =
+MAINSRC = screenshot_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))