starfighter/Makefile.am

17 lines
461 B
Makefile
Raw Normal View History

# 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.
2019-07-06 21:09:47 +02:00
SUBDIRS = src data gfx misc music sound locale
dist_doc_DATA = README.txt COPYING LICENSES
2019-07-06 21:09:47 +02:00
EXTRA_DIST = starfighter.sh win32build.sh
if !RUN_IN_PLACE
nobase_pkgdata_DATA = data/* gfx/* music/* sound/* locale/*
endif