]> git.mxchange.org Git - flightgear.git/blob - src/GUI/Makefile.am
2d780faec626215098caa011ac4f26a85c6c0287
[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         apt_dlg.cxx apt_dlg.hxx \
11         new_gui.cxx new_gui.hxx \
12         gui.cxx gui.h gui_funcs.cxx \
13         gui_local.cxx gui_local.hxx \
14         mouse.cxx \
15         $(NETWORK_SRCS) \
16         preset_dlg.cxx preset_dlg.hxx \
17         prop_picker.cxx prop_picker.hxx \
18         sgVec3Slider.cxx sgVec3Slider.hxx \
19         trackball.c trackball.h
20
21 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src