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:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user