mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-12-11 21:31:30 +00:00
9 lines
276 B
Text
9 lines
276 B
Text
|
lib_LTLIBRARIES += libs/input/libQFinput.la
|
||
|
|
||
|
libs_input_libQFinput_la_LDFLAGS= $(lib_ldflags)
|
||
|
libs_input_libQFinput_la_LIBADD= $(input_deps)
|
||
|
libs_input_libQFinput_la_DEPENDENCIES= $(input_deps)
|
||
|
libs_input_libQFinput_la_SOURCES= \
|
||
|
libs/input/keys.c \
|
||
|
libs/input/old_keys.c
|