]> git.mxchange.org Git - flightgear.git/blob - src/GUI/Makefile.am
Added support for reinit(), to reload the configuration files without
[flightgear.git] / src / GUI / Makefile.am
1 noinst_LIBRARIES = libGUI.a
2
3 if ENABLE_NETWORK_OLK
4 NETWORK_SRCS = net_dlg.cxx net_dlg.hxx 
5 else
6 NETWORK_SRCS = 
7 endif
8
9 libGUI_a_SOURCES = \
10         new_gui.cxx new_gui.hxx \
11         dialog.cxx dialog.hxx \
12         menubar.cxx menubar.hxx \
13         gui.cxx gui.h gui_funcs.cxx \
14         gui_local.cxx gui_local.hxx \
15         mouse.cxx \
16         $(NETWORK_SRCS) \
17         preset_dlg.cxx preset_dlg.hxx \
18         prop_picker.cxx prop_picker.hxx \
19         sgVec3Slider.cxx sgVec3Slider.hxx \
20         trackball.c trackball.h
21
22 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src