summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/traveler/Makefile')
-rw-r--r--apps/graphics/traveler/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/graphics/traveler/Makefile b/apps/graphics/traveler/Makefile
index 6bbfe7aed..c9c4c096e 100644
--- a/apps/graphics/traveler/Makefile
+++ b/apps/graphics/traveler/Makefile
@@ -39,21 +39,21 @@ include $(APPDIR)/Make.defs
# Traveler built-in application info
-APPNAME = traveler
-PRIORITY = SCHED_PRIORITY_DEFAULT
+APPNAME = traveler
+PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 2048
# Traveler files
-ASRCS =
-CSRCS = trv_color.c trv_doors.c trv_graphics.c trv_input.c trv_mem.c trv_pov.c
-CSRCS += trv_rayrend.c
+ASRCS =
+CSRCS = trv_color.c trv_doors.c trv_graphics.c trv_input.c trv_mem.c trv_pov.c
+CSRCS += trv_rayrend.c trv_trigtbl.c
MAINSRC = trv_main.c
ifeq ($(CONFIG_NX),y)
-CSRCS += trv_nxbkgd.c
+CSRCS += trv_nxbkgd.c
ifeq ($(CONFIG_NX),y)
-CSRCS += trv_nxserver.c
+CSRCS += trv_nxserver.c
endif
endif