static: move statically linked subsystems to static_*
Small stuff that is not worth putting into a separate library is no moved into the "static" library which is statically linked into all our subsystems. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
0f19a8496d
commit
f1326b2728
@ -42,7 +42,7 @@ nodist_libkmscon_core_la_SOURCES = \
|
||||
|
||||
libkmscon_core_la_SOURCES = \
|
||||
src/conf.c src/conf.h \
|
||||
src/misc.c src/misc.h \
|
||||
src/static_misc.c src/static_misc.h \
|
||||
src/ui.c src/ui.h \
|
||||
src/console.c src/console.h \
|
||||
src/unicode.c src/unicode.h \
|
||||
|
@ -62,8 +62,8 @@
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include "eloop.h"
|
||||
#include "llog.h"
|
||||
#include "misc.h"
|
||||
#include "static_llog.h"
|
||||
#include "static_misc.h"
|
||||
|
||||
#define LLOG_SUBSYSTEM "eloop"
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include "font.h"
|
||||
#include "gl.h"
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#include "static_misc.h"
|
||||
#include "unicode.h"
|
||||
|
||||
#include <ft2build.h>
|
||||
|
@ -42,7 +42,7 @@
|
||||
#include "font.h"
|
||||
#include "gl.h"
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#include "static_misc.h"
|
||||
#include "unicode.h"
|
||||
#include "uterm.h"
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include "conf.h"
|
||||
#include "eloop.h"
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#include "static_misc.h"
|
||||
#include "ui.h"
|
||||
#include "uterm.h"
|
||||
#include "vt.h"
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include "conf.h"
|
||||
#include "eloop.h"
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#include "static_misc.h"
|
||||
#include "pty.h"
|
||||
|
||||
#define LOG_SUBSYSTEM "pty"
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#include "static_misc.h"
|
||||
|
||||
#define LOG_SUBSYSTEM "misc"
|
||||
|
@ -73,7 +73,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#include "static_misc.h"
|
||||
#include "unicode.h"
|
||||
|
||||
#define LOG_SUBSYSTEM "unicode"
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include "conf.h"
|
||||
#include "eloop.h"
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#include "static_misc.h"
|
||||
#include "uterm.h"
|
||||
#include "uterm_internal.h"
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include "eloop.h"
|
||||
#include "misc.h"
|
||||
#include "static_misc.h"
|
||||
#include "uterm.h"
|
||||
|
||||
/* backend-operations */
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include <string.h>
|
||||
#include <systemd/sd-login.h>
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#include "static_misc.h"
|
||||
#include "uterm.h"
|
||||
#include "uterm_internal.h"
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include <unistd.h>
|
||||
#include "eloop.h"
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#include "static_misc.h"
|
||||
#include "uterm.h"
|
||||
#include "uterm_internal.h"
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include "conf.h"
|
||||
#include "eloop.h"
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#include "static_misc.h"
|
||||
#include "uterm.h"
|
||||
#include "uterm_internal.h"
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include <sys/mman.h>
|
||||
#include <unistd.h>
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#include "static_misc.h"
|
||||
#include "uterm.h"
|
||||
#include "uterm_internal.h"
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <string.h>
|
||||
#include "eloop.h"
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#include "static_misc.h"
|
||||
#include "uterm.h"
|
||||
#include "uterm_internal.h"
|
||||
#include "vt.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user