Add the _os.* files to the EXTRA_DIST list, otherwise they won't end up in the official tarball.
This commit is contained in:
parent
6a19060d2c
commit
a0f522e7c8
1 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
EXTRA_DIST = 3dfx.sh runfgfs.in runfgfs.bat.in \
|
||||
fg_os_sdl.cxx fg_os.cxx fg_os.hxx
|
||||
|
||||
if ENABLE_MPLAYER_AS
|
||||
MPLAYER_LIBS = $(top_builddir)/src/MultiPlayer/libMultiPlayer.a
|
||||
else
|
||||
|
@ -24,8 +27,6 @@ endif
|
|||
|
||||
AM_CXXFLAGS = -DPKGLIBDIR=\"$(pkgdatadir)\"
|
||||
|
||||
EXTRA_DIST = 3dfx.sh runfgfs.in runfgfs.bat.in
|
||||
|
||||
bin_PROGRAMS = fgfs metar
|
||||
|
||||
noinst_SCRIPTS = runfgfs.bat runfgfs
|
||||
|
|
Loading…
Add table
Reference in a new issue