Makefile.am: move sources to libsystem.a
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
#include "ClientList.hxx"
|
||||
#include "Partition.hxx"
|
||||
#include "Instance.hxx"
|
||||
#include "fd_util.h"
|
||||
#include "system/fd_util.h"
|
||||
extern "C" {
|
||||
#include "resolver.h"
|
||||
#include "system/resolver.h"
|
||||
}
|
||||
#include "Permission.hxx"
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "Daemon.hxx"
|
||||
#include "FatalError.hxx"
|
||||
#include "system/FatalError.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -46,7 +46,7 @@ daemonize_finish(void)
|
||||
void
|
||||
daemonize_kill(void);
|
||||
#else
|
||||
#include "FatalError.hxx"
|
||||
#include "system/FatalError.hxx"
|
||||
static inline void
|
||||
daemonize_kill(void)
|
||||
{
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#include "DecoderError.hxx"
|
||||
#include "DecoderPlugin.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "FatalError.hxx"
|
||||
#include "system/FatalError.hxx"
|
||||
#include "Mapper.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
#include "DecoderAPI.hxx"
|
||||
|
@@ -20,8 +20,8 @@
|
||||
#include "config.h"
|
||||
#include "InotifySource.hxx"
|
||||
#include "util/fifo_buffer.h"
|
||||
#include "fd_util.h"
|
||||
#include "FatalError.hxx"
|
||||
#include "system/fd_util.h"
|
||||
#include "system/FatalError.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -20,8 +20,8 @@
|
||||
#include "config.h"
|
||||
#include "Log.hxx"
|
||||
#include "conf.h"
|
||||
#include "fd_util.h"
|
||||
#include "FatalError.hxx"
|
||||
#include "system/fd_util.h"
|
||||
#include "system/FatalError.hxx"
|
||||
#include "mpd_error.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
@@ -55,7 +55,7 @@
|
||||
#include "AudioConfig.hxx"
|
||||
#include "pcm/PcmResample.hxx"
|
||||
#include "Daemon.hxx"
|
||||
#include "FatalError.hxx"
|
||||
#include "system/FatalError.hxx"
|
||||
|
||||
extern "C" {
|
||||
#include "stats.h"
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "MusicChunk.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
#include "util/SliceBuffer.hxx"
|
||||
#include "FatalError.hxx"
|
||||
#include "system/FatalError.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
@@ -26,7 +26,7 @@
|
||||
#include "MusicBuffer.hxx"
|
||||
#include "MusicPipe.hxx"
|
||||
#include "MusicChunk.hxx"
|
||||
#include "FatalError.hxx"
|
||||
#include "system/FatalError.hxx"
|
||||
#include "conf.h"
|
||||
#include "notify.hxx"
|
||||
|
||||
|
@@ -29,7 +29,7 @@
|
||||
#include "PlayerControl.hxx"
|
||||
#include "MusicPipe.hxx"
|
||||
#include "MusicChunk.hxx"
|
||||
#include "FatalError.hxx"
|
||||
#include "system/FatalError.hxx"
|
||||
#include "gcc.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -26,7 +26,7 @@
|
||||
#include "MusicChunk.hxx"
|
||||
#include "Song.hxx"
|
||||
#include "Main.hxx"
|
||||
#include "FatalError.hxx"
|
||||
#include "system/FatalError.hxx"
|
||||
#include "CrossFade.hxx"
|
||||
#include "PlayerControl.hxx"
|
||||
#include "OutputAll.hxx"
|
||||
|
@@ -26,7 +26,7 @@
|
||||
#include "Main.hxx"
|
||||
#include "event/Loop.hxx"
|
||||
#include "GlobalEvents.hxx"
|
||||
#include "FatalError.hxx"
|
||||
#include "system/FatalError.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "Timer.hxx"
|
||||
#include "AudioFormat.hxx"
|
||||
#include "clock.h"
|
||||
#include "system/clock.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -33,7 +33,7 @@ extern "C" {
|
||||
|
||||
#include "Main.hxx"
|
||||
#include "Instance.hxx"
|
||||
#include "FatalError.hxx"
|
||||
#include "system/FatalError.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#define MPD_FS_FILESYSTEM_HXX
|
||||
|
||||
#include "check.h"
|
||||
#include "fd_util.h"
|
||||
#include "system/fd_util.h"
|
||||
|
||||
#include "Path.hxx"
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "InputInternal.hxx"
|
||||
#include "InputStream.hxx"
|
||||
#include "InputPlugin.hxx"
|
||||
#include "fd_util.h"
|
||||
#include "system/fd_util.h"
|
||||
#include "open.h"
|
||||
#include "io_error.h"
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "MixerInternal.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "fd_util.h"
|
||||
#include "system/fd_util.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "FifoOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "Timer.hxx"
|
||||
#include "fd_util.h"
|
||||
#include "system/fd_util.h"
|
||||
#include "open.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "util/fifo_buffer.h"
|
||||
#include "Page.hxx"
|
||||
#include "IcyMetaDataServer.hxx"
|
||||
#include "SocketError.hxx"
|
||||
#include "system/SocketError.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
@@ -24,10 +24,10 @@
|
||||
#include "OutputAPI.hxx"
|
||||
#include "EncoderPlugin.hxx"
|
||||
#include "EncoderList.hxx"
|
||||
#include "resolver.h"
|
||||
#include "system/resolver.h"
|
||||
#include "Page.hxx"
|
||||
#include "IcyMetaDataServer.hxx"
|
||||
#include "fd_util.h"
|
||||
#include "system/fd_util.h"
|
||||
#include "Main.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "OssOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "MixerList.hxx"
|
||||
#include "fd_util.h"
|
||||
#include "system/fd_util.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "OutputAPI.hxx"
|
||||
#include "EncoderPlugin.hxx"
|
||||
#include "EncoderList.hxx"
|
||||
#include "fd_util.h"
|
||||
#include "system/fd_util.h"
|
||||
#include "open.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "SolarisOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "fd_util.h"
|
||||
#include "system/fd_util.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
Reference in New Issue
Block a user