]> git.mxchange.org Git - flightgear.git/blob - src/GUI/Makefile.am
The code to find the highest hit below you didn't work quite right when
[flightgear.git] / src / GUI / Makefile.am
1 noinst_LIBRARIES = libGUI.a
2
3 libGUI_a_SOURCES = \
4         new_gui.cxx new_gui.hxx \
5         dialog.cxx dialog.hxx \
6         menubar.cxx menubar.hxx \
7         gui.cxx gui.h gui_funcs.cxx \
8         gui_local.cxx gui_local.hxx \
9         mouse.cxx \
10         preset_dlg.cxx preset_dlg.hxx \
11         prop_picker.cxx prop_picker.hxx \
12         sgVec3Slider.cxx sgVec3Slider.hxx \
13         trackball.c trackball.h
14
15 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src