Fixed failure to include misc directory in dists.
This commit is contained in:
parent
f2be64825f
commit
1575dc8625
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue