]> git.mxchange.org Git - flightgear.git/blob - src/GUI/Makefile.am
Multiplayer client/server system -- MessageBuf class and test harness complete
[flightgear.git] / src / GUI / Makefile.am
1 noinst_LIBRARIES = libGUI.a
2
3 EXTRA_DIST = net_dlg.cxx net_dlg.hxx
4
5 if ENABLE_NETWORK_OLK
6 NETWORK_SRCS = net_dlg.cxx net_dlg.hxx 
7 else
8 NETWORK_SRCS = 
9 endif
10
11 libGUI_a_SOURCES = \
12         new_gui.cxx new_gui.hxx \
13         dialog.cxx dialog.hxx \
14         menubar.cxx menubar.hxx \
15         gui.cxx gui.h gui_funcs.cxx \
16         gui_local.cxx gui_local.hxx \
17         mouse.cxx \
18         $(NETWORK_SRCS) \
19         preset_dlg.cxx preset_dlg.hxx \
20         prop_picker.cxx prop_picker.hxx \
21         sgVec3Slider.cxx sgVec3Slider.hxx \
22         trackball.c trackball.h
23
24 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src