From 3a61f5f2db4287c74ff96583d1c4baee694a934a Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Mon, 23 Apr 2012 19:02:01 -0700 Subject: [PATCH] Fix makefile for Fl_Dial_Base. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index f8767da..d93aaa8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -43,6 +43,7 @@ CPPFILES = \ Fl_Color_Chooser.cxx \ Fl_Counter.cxx \ Fl_Dial.cxx \ + Fl_Dial_Base.cxx \ Fl_Device.cxx \ Fl_Double_Window.cxx \ Fl_File_Browser.cxx \