slave: break out command line tokenizer

This commit is contained in:
Daniel Eklöf 2019-07-17 09:46:45 +02:00
parent 71d0f6fa56
commit 2046dc0fbd
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 94 additions and 79 deletions

View file

@ -73,6 +73,7 @@ executable(
'shm.c', 'shm.h',
'slave.c', 'slave.h',
'terminal.c', 'terminal.h',
'tokenize.c', 'tokenize.h',
'tllist.h',
'vt.c', 'vt.h',
wl_proto_src + wl_proto_headers,