1
0
Fork 0

Avoid an autoconf warning about using a "reserved" word in a variable name.

This commit is contained in:
curt 2004-04-16 18:53:36 +00:00
parent b4f6a8089e
commit 994f4a16c4

View file

@ -11,9 +11,9 @@ THREAD_LIBS =
endif
if USE_SDL
GFX_SOURCES = fg_os_sdl.cxx fg_os.hxx
GFX_CODE = fg_os_sdl.cxx fg_os.hxx
else
GFX_SOURCES = fg_os.cxx fg_os.hxx
GFX_CODE = fg_os.cxx fg_os.hxx
endif
if FG_USE_CLOUDS_3D
@ -47,7 +47,7 @@ libMain_a_SOURCES = \
util.cxx util.hxx \
viewer.cxx viewer.hxx \
viewmgr.cxx viewmgr.hxx \
$(GFX_SOURCES)
$(GFX_CODE)
fgfs_SOURCES = bootstrap.cxx