SOURCE should not contain .h files (they will be implicitly included by jam).

Removed fltk2 leftower in Util.cpp so code can compile on system where fltk2 does not exits.
This commit is contained in:
Sanel Zukan 2007-07-19 13:36:21 +00:00
parent ec01a20142
commit f65296f795
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,7 @@
SubDir TOP efiler ; SubDir TOP efiler ;
SOURCE = Fl_Icon_Browser.cxx EDE_Browser.cpp EDE_FileView.h Util.cpp efiler.cpp ; SOURCE = Fl_Icon_Browser.cxx EDE_Browser.cpp Util.cpp efiler.cpp ;
EdeProgram efiler : $(SOURCE) ; EdeProgram efiler : $(SOURCE) ;
#EdeManual doc/efiler.txt : doc/efiler.jpg ; #EdeManual doc/efiler.txt : doc/efiler.jpg ;

View File

@ -20,7 +20,6 @@
#include <stdarg.h> #include <stdarg.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <time.h> #include <time.h>
#include <fltk/filename.h>
#ifdef _WIN32 #ifdef _WIN32