Wrong variable name

This commit is contained in:
Julie Marchant 2019-07-05 22:49:06 -04:00
parent 83a67fe3f7
commit 3619701d5a
3 changed files with 23 additions and 1 deletions

View File

@ -6,7 +6,7 @@
SUBDIRS = src misc
dist_doc_DATA = README.txt COPYING LICENSES
dist_data_DATA = starfighter.sh win32build.sh data gfx music sound locale misc
EXTRA_DIST = starfighter.sh win32build.sh data gfx music sound locale misc
if !RUN_IN_PLACE

11
music/Makefile.am Normal file
View File

@ -0,0 +1,11 @@
# This file has been dedicated to the public domain, to the extent
# possible under applicable law, via CC0. See
# http://creativecommons.org/publicdomain/zero/1.0/ for more
# information. This file is offered as-is, without any warranty.
if !RUN_IN_PLACE
nobase_pkgdata_DATA = *
endif

11
sound/Makefile.am Normal file
View File

@ -0,0 +1,11 @@
# This file has been dedicated to the public domain, to the extent
# possible under applicable law, via CC0. See
# http://creativecommons.org/publicdomain/zero/1.0/ for more
# information. This file is offered as-is, without any warranty.
if !RUN_IN_PLACE
nobase_pkgdata_DATA = *
endif