From 9b47b1b15beffa9c650bc296ef008c137096f7e6 Mon Sep 17 00:00:00 2001 From: mfranz <mfranz> Date: Thu, 7 Jul 2005 21:24:28 +0000 Subject: [PATCH] add fonts.cxx file --- src/GUI/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \