]> git.mxchange.org Git - flightgear.git/blob - src/GUI/Makefile.am
comment out unused widget. Needs to be reviewed and either actually
[flightgear.git] / src / GUI / Makefile.am
1 noinst_LIBRARIES = libGUI.a
2 noinst_PROGRAMS = layout-test
3
4 libGUI_a_SOURCES = \
5         new_gui.cxx new_gui.hxx \
6         dialog.cxx dialog.hxx \
7         menubar.cxx menubar.hxx \
8         gui.cxx gui.h gui_funcs.cxx \
9         gui_local.cxx gui_local.hxx \
10         mouse.cxx fonts.cxx \
11         trackball.c trackball.h \
12         AirportList.cxx AirportList.hxx \
13         property_list.cxx property_list.hxx \
14         layout.cxx layout-props.cxx layout.hxx
15         #sgVec3Slider.cxx sgVec3Slider.hxx \
16
17 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
18
19 layout_test_SOURCES = layout-test.cxx
20
21 layout_test_LDADD = libGUI.a \
22                     -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgxml \
23                     -lplibpw -lplibpu -lplibfnt -lplibul $(opengl_LIBS)