build: move external sources into libkmscon-static
Move all external sources into this library so we can use them everyone but also be sure that we can link them statically. We will need this guarantee later when adding LGPL stuff to libkmscon-static. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
d2a128f7e1
commit
34357d21c4
@ -128,13 +128,9 @@ libkmscon_core_la_SOURCES = \
|
||||
|
||||
if USE_XKBCOMMON
|
||||
libkmscon_core_la_SOURCES += \
|
||||
external/imKStoUCS.h \
|
||||
external/imKStoUCS.c \
|
||||
src/uterm_input_xkb.c
|
||||
else
|
||||
libkmscon_core_la_SOURCES += \
|
||||
external/imKStoUCS.h \
|
||||
external/imKStoUCS.c \
|
||||
src/uterm_input_dumb.c
|
||||
endif
|
||||
|
||||
@ -182,6 +178,8 @@ libkmscon_core_la_LIBADD = \
|
||||
#
|
||||
|
||||
libkmscon_static_la_SOURCES = \
|
||||
external/imKStoUCS.h \
|
||||
external/imKStoUCS.c \
|
||||
src/static_llog.h \
|
||||
src/static_misc.h \
|
||||
src/static_misc.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user