Fixed failure to include misc directory in dists.

This commit is contained in:
Julie Marchant 2019-07-20 22:02:23 -04:00
parent f2be64825f
commit 1575dc8625
2 changed files with 1 additions and 4 deletions

View File

@ -7,5 +7,5 @@ SUBDIRS = src misc
dist_doc_DATA = README.txt COPYING LICENSES
nobase_dist_pkgdata_DATA = data/* gfx/* music/* sound/* locale/*
EXTRA_DIST = starfighter.sh win32build.sh
EXTRA_DIST = starfighter.sh win32build.sh misc

View File

@ -3,12 +3,9 @@
# http://creativecommons.org/publicdomain/zero/1.0/ for more
# information. This file is offered as-is, without any warranty.
if !RUN_IN_PLACE
desktopdir = $(datarootdir)/applications
desktop_DATA = starfighter.desktop
icondir = $(datarootdir)/pixmaps
icon_DATA = starfighter.png
endif