Makefile.am: move sources to libsystem.a

This commit is contained in:
Max Kellermann
2013-08-07 10:31:31 +02:00
parent a27d105dcd
commit b70d38dc10
43 changed files with 69 additions and 67 deletions

View File

@@ -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>