Removed the unnecessary conditional in Makefile.am.
No new release this time (it doesn't break anything important), but this is a pointless conditional.
This commit is contained in:
parent
f325ea9c20
commit
f2be64825f
|
@ -6,12 +6,6 @@
|
|||
SUBDIRS = src misc
|
||||
|
||||
dist_doc_DATA = README.txt COPYING LICENSES
|
||||
|
||||
if !RUN_IN_PLACE
|
||||
|
||||
nobase_dist_pkgdata_DATA = data/* gfx/* music/* sound/* locale/*
|
||||
|
||||
endif
|
||||
|
||||
EXTRA_DIST = starfighter.sh win32build.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue