]> 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 267f5414fc89850f60fe905bda127dde00e4b3c7..9e587fdf7491db084deec8f881dcc4a9d98025d2 100644 (file)
@@ -1,4 +1,5 @@
 noinst_LIBRARIES = libGUI.a
+noinst_PROGRAMS = layout-test
 
 libGUI_a_SOURCES = \
         new_gui.cxx new_gui.hxx \
@@ -12,6 +13,13 @@ libGUI_a_SOURCES = \
        sgVec3Slider.cxx sgVec3Slider.hxx \
        trackball.c trackball.h \
        puList.cxx puList.hxx \
-       AirportList.cxx AirportList.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)