]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
Fix GUI and HUD text rendering problems.
[flightgear.git] / src / GUI / Makefile.am
index e6979c0b7830a731bb779e818408da0b02959986..960580cf4fbf6eabe723fcbbf827958fa3c0edf1 100644 (file)
@@ -7,14 +7,12 @@ 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 \
-       sgVec3Slider.cxx sgVec3Slider.hxx \
+       mouse.cxx fonts.cxx \
        trackball.c trackball.h \
-       puList.cxx puList.hxx \
        AirportList.cxx AirportList.hxx \
-        layout.cxx layout-props.cxx layout.hxx
+        property_list.cxx property_list.hxx \
+        layout.cxx layout-props.cxx layout.hxx \
+       SafeTexFont.cxx SafeTexFont.hxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
 
@@ -22,4 +20,4 @@ layout_test_SOURCES = layout-test.cxx
 
 layout_test_LDADD = libGUI.a \
                     -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgxml \
-                    -lplibpw -lplibpu -lplibfnt -lplibul $(opengl_LIBS)
\ No newline at end of file
+                    -lplibpw -lplibpu -lplibfnt -lplibul $(opengl_LIBS)