]> git.mxchange.org Git - flightgear.git/blob - src/GUI/Makefile.am
fix a typo
[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         fonts.cxx \
10         AirportList.cxx AirportList.hxx \
11         property_list.cxx property_list.hxx \
12         layout.cxx layout-props.cxx layout.hxx \
13         SafeTexFont.cxx SafeTexFont.hxx
14
15 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
16
17 layout_test_SOURCES = layout-test.cxx
18
19 layout_test_LDADD = libGUI.a \
20                     -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgxml \
21                     -lplibpw -lplibpu -lplibfnt -lplibul $(opengl_LIBS)