Commit 39d56d6b authored by Max Kellermann's avatar Max Kellermann

ServerSocket: move to libevent.a

parent a2914153
...@@ -201,7 +201,6 @@ src_mpd_SOURCES = \ ...@@ -201,7 +201,6 @@ src_mpd_SOURCES = \
src/ClientMessage.cxx src/ClientMessage.hxx \ src/ClientMessage.cxx src/ClientMessage.hxx \
src/ClientSubscribe.cxx src/ClientSubscribe.hxx \ src/ClientSubscribe.cxx src/ClientSubscribe.hxx \
src/ClientFile.cxx src/ClientFile.hxx \ src/ClientFile.cxx src/ClientFile.hxx \
src/ServerSocket.cxx src/ServerSocket.hxx \
src/Listen.cxx src/Listen.hxx \ src/Listen.cxx src/Listen.hxx \
src/Log.cxx src/Log.hxx \ src/Log.cxx src/Log.hxx \
src/ls.cxx \ src/ls.cxx \
...@@ -328,6 +327,7 @@ libevent_a_SOURCES = \ ...@@ -328,6 +327,7 @@ libevent_a_SOURCES = \
src/event/BufferedSocket.cxx src/event/BufferedSocket.hxx \ src/event/BufferedSocket.cxx src/event/BufferedSocket.hxx \
src/event/FullyBufferedSocket.cxx src/event/FullyBufferedSocket.hxx \ src/event/FullyBufferedSocket.cxx src/event/FullyBufferedSocket.hxx \
src/event/MultiSocketMonitor.cxx src/event/MultiSocketMonitor.hxx \ src/event/MultiSocketMonitor.cxx src/event/MultiSocketMonitor.hxx \
src/event/ServerSocket.cxx src/event/ServerSocket.hxx \
src/event/Loop.hxx src/event/Loop.hxx
# PCM library # PCM library
...@@ -1337,8 +1337,7 @@ test_run_output_SOURCES = test/run_output.cxx \ ...@@ -1337,8 +1337,7 @@ test_run_output_SOURCES = test/run_output.cxx \
src/filter_config.c \ src/filter_config.c \
src/AudioCompress/compress.c \ src/AudioCompress/compress.c \
src/ReplayGainInfo.cxx \ src/ReplayGainInfo.cxx \
src/fd_util.c \ src/fd_util.c
src/ServerSocket.cxx
test_read_mixer_LDADD = \ test_read_mixer_LDADD = \
libpcm.a \ libpcm.a \
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "Main.hxx" #include "Main.hxx"
#include "Client.hxx" #include "Client.hxx"
#include "conf.h" #include "conf.h"
#include "ServerSocket.hxx" #include "event/ServerSocket.hxx"
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "Page.hxx" #include "Page.hxx"
#include "IcyMetaDataServer.hxx" #include "IcyMetaDataServer.hxx"
#include "fd_util.h" #include "fd_util.h"
#include "ServerSocket.hxx" #include "event/ServerSocket.hxx"
#include "Main.hxx" #include "Main.hxx"
#include <assert.h> #include <assert.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment