From: mfranz Date: Thu, 7 Jul 2005 21:24:28 +0000 (+0000) Subject: add fonts.cxx file X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9b47b1b15beffa9c650bc296ef008c137096f7e6;p=flightgear.git add fonts.cxx file --- diff --git a/src/GUI/Makefile.am b/src/GUI/Makefile.am index 9e587fdf7..e78139c6f 100644 --- a/src/GUI/Makefile.am +++ b/src/GUI/Makefile.am @@ -7,7 +7,7 @@ libGUI_a_SOURCES = \ menubar.cxx menubar.hxx \ gui.cxx gui.h gui_funcs.cxx \ gui_local.cxx gui_local.hxx \ - mouse.cxx \ + mouse.cxx fonts.cxx \ preset_dlg.cxx preset_dlg.hxx \ prop_picker.cxx prop_picker.hxx \ sgVec3Slider.cxx sgVec3Slider.hxx \