Avoid an autoconf warning about using a "reserved" word in a variable name.
This commit is contained in:
parent
b4f6a8089e
commit
994f4a16c4
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ THREAD_LIBS =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_SDL
|
if USE_SDL
|
||||||
GFX_SOURCES = fg_os_sdl.cxx fg_os.hxx
|
GFX_CODE = fg_os_sdl.cxx fg_os.hxx
|
||||||
else
|
else
|
||||||
GFX_SOURCES = fg_os.cxx fg_os.hxx
|
GFX_CODE = fg_os.cxx fg_os.hxx
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if FG_USE_CLOUDS_3D
|
if FG_USE_CLOUDS_3D
|
||||||
|
@ -47,7 +47,7 @@ libMain_a_SOURCES = \
|
||||||
util.cxx util.hxx \
|
util.cxx util.hxx \
|
||||||
viewer.cxx viewer.hxx \
|
viewer.cxx viewer.hxx \
|
||||||
viewmgr.cxx viewmgr.hxx \
|
viewmgr.cxx viewmgr.hxx \
|
||||||
$(GFX_SOURCES)
|
$(GFX_CODE)
|
||||||
|
|
||||||
fgfs_SOURCES = bootstrap.cxx
|
fgfs_SOURCES = bootstrap.cxx
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue