Fixed make install

This commit is contained in:
Julie Marchant 2019-07-07 14:47:57 -04:00
parent 00512c4490
commit f325ea9c20
2 changed files with 4 additions and 3 deletions

View File

@ -6,11 +6,12 @@
SUBDIRS = src misc SUBDIRS = src misc
dist_doc_DATA = README.txt COPYING LICENSES dist_doc_DATA = README.txt COPYING LICENSES
EXTRA_DIST = starfighter.sh win32build.sh data gfx music sound locale misc
if !RUN_IN_PLACE if !RUN_IN_PLACE
nobase_pkgdata_DATA = data/* gfx/* music/* sound/* locale/* nobase_dist_pkgdata_DATA = data/* gfx/* music/* sound/* locale/*
endif endif
EXTRA_DIST = starfighter.sh win32build.sh

View File

@ -67,7 +67,7 @@ AS_IF([test -n "$SF_RUN_IN_PLACE"], [
echo "Preparing a run-in-place build" echo "Preparing a run-in-place build"
]) ])
AM_CONDITIONAL([RUN_IN_PLACE], [test "$SF_RUN_IN_PLACE = 1"]) AM_CONDITIONAL([RUN_IN_PLACE], [test -n "$SF_RUN_IN_PLACE"])
AC_SUBST([STARFIGHTER_CFLAGS]) AC_SUBST([STARFIGHTER_CFLAGS])