mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Move pr_keys.c from console to video/targets.
It wasn't very accessible/usable in the client console plugin.
This commit is contained in:
parent
f1854c85b2
commit
0f34ab8762
3 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ EXTRA_LTLIBRARIES= console_server.la console_client.la
|
|||
|
||||
common_sources= \
|
||||
buffer.c complete.c console.c inputline.c list.c filelist.c view.c
|
||||
client_sources= bi_inputline.c client.c menu.c pr_keys.c
|
||||
client_sources= bi_inputline.c client.c menu.c
|
||||
server_sources= server.c
|
||||
|
||||
console_deps=$(top_builddir)/libs/util/libQFutil.la
|
||||
|
|
|
@ -37,7 +37,7 @@ libQFjs_la_SOURCES= joy.c $(joy_src)
|
|||
EXTRA_libQFjs_la_SOURCES= $(joy_linux_src) $(joy_win_src) $(joy_null_src)
|
||||
|
||||
libvid_common_la_SOURCES= \
|
||||
in_common.c in_event.c keys.c old_keys.c vid.c
|
||||
in_common.c in_event.c keys.c old_keys.c pr_keys.c vid.c
|
||||
libvid_common_la_CFLAGS= @PREFER_NON_PIC@
|
||||
libvid_common_la_LDFLAGS= @STATIC@
|
||||
|
||||
|
|
Loading…
Reference in a new issue