1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 19:03:14 +02:00

Updated .gitignore and removed the rest of the old autotools system

This commit is contained in:
Adam
2010-08-21 19:39:54 -04:00
parent 88d3338fdd
commit 8a4c6ae618
5 changed files with 33 additions and 209 deletions
+1 -1
View File
@@ -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)