]> git.mxchange.org Git - flightgear.git/commitdiff
Avoid an autoconf warning about using a "reserved" word in a variable name.
authorcurt <curt>
Fri, 16 Apr 2004 18:53:36 +0000 (18:53 +0000)
committercurt <curt>
Fri, 16 Apr 2004 18:53:36 +0000 (18:53 +0000)
src/Main/Makefile.am

index db58cab4a72c7569ac58fdf34e12be07f0ba5b33..774999354916014809bbb1c760a2d9e38ea3fd46 100644 (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