--- jaffm-1.3b/Makefile 2009-01-19 03:40:14.000000000 -0400 +++ jaffm-1.3b/Makefile 2009-01-19 03:41:16.000000000 -0400 @@ -8,7 +8,7 @@ #FLAGS=-O3 jaffm : jaffm.o mainwindow.o settings.o settingswindow.o timemonitor.o filetree.o filehandler.o droptarget.o dropsource.o processbox.o filesettingspanel.o execsettingspanel.o uthread.o - $(CPP) -Wall $(FLAGS) $(WX_LIBS) jaffm.o mainwindow.o settings.o settingswindow.o timemonitor.o filetree.o filehandler.o droptarget.o dropsource.o processbox.o filesettingspanel.o execsettingspanel.o uthread.o -o jaffm + $(CPP) -Wall jaffm.o mainwindow.o settings.o settingswindow.o timemonitor.o filetree.o filehandler.o droptarget.o dropsource.o processbox.o filesettingspanel.o execsettingspanel.o uthread.o $(FLAGS) $(WX_LIBS) -o jaffm uthread.o : uthread.cpp uthread.h $(CPP) -Wall $(FLAGS) -c $(WX_FLAGS) uthread.cpp -o uthread.o