Wrong variable name
This commit is contained in:
parent
83a67fe3f7
commit
3619701d5a
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue