This commit is contained in:
Steve Checkoway
2006-03-20 06:52:06 +00:00
parent f7c28cb43b
commit bb1b56aed4
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -215,10 +215,12 @@ endif
if UNIX
ArchHooks += arch/ArchHooks/ArchHooks_Unix.cpp arch/ArchHooks/ArchHooks_Unix.h
Threads += arch/Threads/Threads_Pthreads.cpp arch/Threads/Threads_Pthreads.h
if LINUX
Lights += arch/Lights/LightsDriver_LinuxWeedTech.cpp arch/Lights/LightsDriver_LinuxWeedTech.h
if HAVE_PARALLEL_PORT
Lights += arch/Lights/LightsDriver_LinuxParallel.cpp arch/Lights/LightsDriver_LinuxParallel.h
endif
endif
ArchUtils += archutils/Unix/AssertionHandler.cpp \
archutils/Unix/GetSysInfo.cpp archutils/Unix/GetSysInfo.h \
@@ -5,7 +5,7 @@
#include <sys/time.h>
#include <errno.h>
#if defined(LINUX)
#if defined(LINUX) || defined(BSD)
#include "archutils/Unix/LinuxThreadHelpers.h"
#include "archutils/Unix/RunningUnderValgrind.h"
#endif