1
0
Fork 0
flightgear/Simulator/GUI/Makefile.am

13 lines
451 B
Text
Raw Normal View History

if ENABLE_XMESA_FX
DEFS += -DXMESA -DFX
endif
1998-06-12 14:27:25 +00:00
noinst_LIBRARIES = libGUI.a
1998-06-12 01:07:06 +00:00
1998-06-12 14:27:25 +00:00
libGUI_a_SOURCES = gui.cxx gui.h
1998-06-12 01:07:06 +00:00
INCLUDES += -I$(top_builddir) \
-I$(top_builddir)/Lib \
-I$(top_builddir)/Lib/plib/include \
-I$(top_builddir)/Simulator