]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
FGFontCache::initializeFonts() now portable across platform through the use of plib
[flightgear.git] / src / GUI / Makefile.am
index 9e587fdf7491db084deec8f881dcc4a9d98025d2..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