Makefile.am: move sources to libsystem.a
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "BufferedSocket.hxx"
|
||||
#include "SocketError.hxx"
|
||||
#include "system/SocketError.hxx"
|
||||
#include "util/fifo_buffer.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#ifdef USE_EVENTFD
|
||||
#include "EventFD.hxx"
|
||||
#include "fd_util.h"
|
||||
#include "system/fd_util.h"
|
||||
#include "gcc.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "EventPipe.hxx"
|
||||
#include "fd_util.h"
|
||||
#include "system/fd_util.h"
|
||||
#include "gcc.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "FullyBufferedSocket.hxx"
|
||||
#include "SocketError.hxx"
|
||||
#include "system/SocketError.hxx"
|
||||
#include "util/fifo_buffer.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "MultiSocketMonitor.hxx"
|
||||
#include "Loop.hxx"
|
||||
#include "fd_util.h"
|
||||
#include "system/fd_util.h"
|
||||
#include "gcc.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
@@ -24,11 +24,11 @@
|
||||
#endif
|
||||
|
||||
#include "ServerSocket.hxx"
|
||||
#include "SocketUtil.hxx"
|
||||
#include "SocketError.hxx"
|
||||
#include "system/SocketUtil.hxx"
|
||||
#include "system/SocketError.hxx"
|
||||
#include "event/SocketMonitor.hxx"
|
||||
#include "resolver.h"
|
||||
#include "fd_util.h"
|
||||
#include "system/resolver.h"
|
||||
#include "system/fd_util.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "SocketMonitor.hxx"
|
||||
#include "Loop.hxx"
|
||||
#include "fd_util.h"
|
||||
#include "system/fd_util.h"
|
||||
#include "gcc.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
Reference in New Issue
Block a user