]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
Melchior: Make line wrapping in textboxes configurable, and enable it by default
[flightgear.git] / src / GUI / Makefile.am
index 44bb278f2ea857b11cb96b6aa6d05234934f4285..9e587fdf7491db084deec8f881dcc4a9d98025d2 100644 (file)
@@ -1,4 +1,5 @@
 noinst_LIBRARIES = libGUI.a
+noinst_PROGRAMS = layout-test
 
 libGUI_a_SOURCES = \
         new_gui.cxx new_gui.hxx \
@@ -10,6 +11,15 @@ libGUI_a_SOURCES = \
        preset_dlg.cxx preset_dlg.hxx \
        prop_picker.cxx prop_picker.hxx \
        sgVec3Slider.cxx sgVec3Slider.hxx \
-       trackball.c trackball.h
+       trackball.c trackball.h \
+       puList.cxx puList.hxx \
+       AirportList.cxx AirportList.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)