From 3619701d5a1f5213cd345addefdb57949d42aea7 Mon Sep 17 00:00:00 2001 From: Julie Marchant Date: Fri, 5 Jul 2019 22:49:06 -0400 Subject: [PATCH] Wrong variable name --- Makefile.am | 2 +- music/Makefile.am | 11 +++++++++++ sound/Makefile.am | 11 +++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 music/Makefile.am create mode 100644 sound/Makefile.am diff --git a/Makefile.am b/Makefile.am index 82f143a..53877c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/music/Makefile.am b/music/Makefile.am new file mode 100644 index 0000000..d4a568a --- /dev/null +++ b/music/Makefile.am @@ -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 + diff --git a/sound/Makefile.am b/sound/Makefile.am new file mode 100644 index 0000000..d4a568a --- /dev/null +++ b/sound/Makefile.am @@ -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 +