]> git.mxchange.org Git - flightgear.git/blob - src/GUI/Makefile.am
Fixes to remove dependencies on depricated plib code (that just happened to
[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         gui.cxx gui.h \
12         gui_local.cxx gui_local.hxx \
13         mouse.cxx \
14         $(NETWORK_SRCS) \
15         sgVec3Slider.cxx sgVec3Slider.hxx \
16         trackball.c trackball.h
17
18 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src