aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorThierry Crozat2018-01-23 22:50:39 +0000
committerThierry Crozat2018-01-23 22:50:39 +0000
commitc1accefe5c9f2bd183f3e1136a4c5a1162ad6939 (patch)
tree043228e39db66f8e55356739e626e73bb59ef5ae /Makefile.common
parent58e9d4a77c49edfdd81c12c8874e6c45d200245d (diff)
downloadscummvm-rg350-c1accefe5c9f2bd183f3e1136a4c5a1162ad6939.tar.gz
scummvm-rg350-c1accefe5c9f2bd183f3e1136a4c5a1162ad6939.tar.bz2
scummvm-rg350-c1accefe5c9f2bd183f3e1136a4c5a1162ad6939.zip
BUILD: Add supernova.dat to install rules
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 10ba53820d..161f50f059 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -287,6 +287,9 @@ endif
ifdef ENABLE_SKY
DIST_FILES_ENGINEDATA+=sky.cpt
endif
+ifdef ENABLE_SUPERNOVA
+DIST_FILES_ENGINEDATA+=supernova.dat
+endif
ifdef ENABLE_TEENAGENT
DIST_FILES_ENGINEDATA+=teenagent.dat
endif