summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-08-21 19:39:54 -0400
committerAdam <Adam@anope.org>2010-08-21 19:39:54 -0400
commit8a4c6ae618f767d2a9335da40f507ddccfc77b4b (patch)
tree571652e2c598830221bca4021593ba65f1611146 /src/CMakeLists.txt
parent88d3338fdd9c4e3522e04917f8adbd86b6c4872b (diff)
Updated .gitignore and removed the rest of the old autotools system
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f02a527e1..f1096c6f8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -15,7 +15,7 @@ else(WIN32)
append_to_list(SRC_SRCS socketengines/socketengine_eventfd.cpp)
# Else fall back to pipe
else(HAVE_EVENTFD AND HAVE_SYS_EVENTFD_H)
- append_to_list(SRC_sRCS socketengines/socketengine_pipe.cpp)
+ append_to_list(SRC_SRCS socketengines/socketengine_pipe.cpp)
endif(HAVE_EVENTFD AND HAVE_SYS_EVENTFD_H)
endif(WIN32)