Fixed make install
This commit is contained in:
parent
00512c4490
commit
f325ea9c20
|
@ -6,11 +6,12 @@
|
|||
SUBDIRS = src misc
|
||||
|
||||
dist_doc_DATA = README.txt COPYING LICENSES
|
||||
EXTRA_DIST = starfighter.sh win32build.sh data gfx music sound locale misc
|
||||
|
||||
if !RUN_IN_PLACE
|
||||
|
||||
nobase_pkgdata_DATA = data/* gfx/* music/* sound/* locale/*
|
||||
nobase_dist_pkgdata_DATA = data/* gfx/* music/* sound/* locale/*
|
||||
|
||||
endif
|
||||
|
||||
EXTRA_DIST = starfighter.sh win32build.sh
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ AS_IF([test -n "$SF_RUN_IN_PLACE"], [
|
|||
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])
|
||||
|
||||
|
|
Loading…
Reference in New Issue