From f38d56104cbe37d15e2268026dfe4fc036151167 Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Fri, 25 Oct 2013 15:26:42 -0500 Subject: [PATCH] typo --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3b1a05b841..898f5193e5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -271,7 +271,7 @@ endif # Yes, really. MinGW provides pthread. if HAVE_PTHREAD Threads += arch/Threads/Threads_Pthreads.cpp arch/Threads/Threads_Pthreads.h \ - achutils/Common/PthreadHelpers.cpp archutils/Common/PthreadHelpers.h + archutils/Common/PthreadHelpers.cpp archutils/Common/PthreadHelpers.h endif if HAVE_X11