Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/event/Makefile.am @ 10184

Last change on this file since 10184 was 5786, checked in by bensch, 19 years ago

orxonox/trunk: key-repeat in the Shell is smoother now

File size: 321 bytes
RevLine 
[4291]1MAINSRCDIR=../..
[4428]2include $(MAINSRCDIR)/defs/include_paths.am
[3493]3
[5463]4noinst_LIBRARIES = libORXevent.a
[4291]5
[5786]6libORXevent_a_SOURCES = event_handler.cc \
[5463]7                        event_listener.cc \
8                        key_mapper.cc \
9                        key_names.cc
[4291]10
[4416]11
[4484]12noinst_HEADERS = event.h \
13                 event_handler.h \
14                 event_listener.h \
15                 key_mapper.h \
16                 key_names.h \
17                 event_def.h
18
Note: See TracBrowser for help on using the repository browser.