summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2012-08-12 09:11:35 +0200
committerDavid Herrmann <dh.herrmann@googlemail.com>2012-08-12 09:11:35 +0200
commit1101a6b5c3989d39260032c4792c9caf45088a7a (patch)
tree6061aa5bd6ef1c0870eb295da09bbbce79cd1287 /Makefile.am
parent891400ad9140f31ff69bbe2bb85023271281bf16 (diff)
uterm: vt: move all vt.h/c code into uterm_vt.c
This merges both files so we can reduce the code overhead here. This is still some very old code that was never correctly merged into new uterm_vt.c subsystem. This should help doing it now. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 5be4414..7859b02 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -176,13 +176,11 @@ libuterm_la_SOURCES = \
src/uterm_internal.h \
src/uterm_video.c \
src/uterm_monitor.c \
+ src/uterm_vt.c \
src/uterm_input.c \
src/uterm_input_plain.c \
external/imKStoUCS.h \
- external/imKStoUCS.c \
- src/uterm_vt.c \
- src/vt.h \
- src/vt.c
+ external/imKStoUCS.c
libuterm_la_CPPFLAGS = \
$(AM_CPPFLAGS) \