1
0
Fork 0
flightgear/GUI/Makefile.am
curt 16d135954c When "Help" is selected from the menu check to see if netscape is running.
If so, command it to go to the flight gear user guide url.  Otherwise
start a new version of netscape with this url.
1999-03-11 23:09:26 +00:00

9 lines
407 B
Makefile

if ENABLE_XMESA_FX
DEFS += -DXMESA -DFX
endif
noinst_LIBRARIES = libGUI.a
libGUI_a_SOURCES = gui.cxx gui.h
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator