]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
- Added ultra-light traffic is now a separate traffic class that can have its
[flightgear.git] / src / GUI / Makefile.am
index 44bb278f2ea857b11cb96b6aa6d05234934f4285..c6304fe7ba7d3ed4a7f827c8a4f1781eb403009f 100644 (file)
@@ -1,4 +1,5 @@
 noinst_LIBRARIES = libGUI.a
+noinst_PROGRAMS = layout-test
 
 libGUI_a_SOURCES = \
         new_gui.cxx new_gui.hxx \
@@ -6,10 +7,18 @@ libGUI_a_SOURCES = \
        menubar.cxx menubar.hxx \
        gui.cxx gui.h gui_funcs.cxx \
        gui_local.cxx gui_local.hxx \
-       mouse.cxx \
-       preset_dlg.cxx preset_dlg.hxx \
-       prop_picker.cxx prop_picker.hxx \
+       mouse.cxx fonts.cxx \
        sgVec3Slider.cxx sgVec3Slider.hxx \
-       trackball.c trackball.h
+       trackball.c trackball.h \
+       puList.cxx puList.hxx \
+       AirportList.cxx AirportList.hxx \
+        property_list.cxx property_list.hxx \
+        layout.cxx layout-props.cxx layout.hxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
+
+layout_test_SOURCES = layout-test.cxx
+
+layout_test_LDADD = libGUI.a \
+                    -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgxml \
+                    -lplibpw -lplibpu -lplibfnt -lplibul $(opengl_LIBS)