Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

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

File size: 321 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXevent.a
5
6libORXevent_a_SOURCES = event_handler.cc \
7                        event_listener.cc \
8                        key_mapper.cc \
9                        key_names.cc
10
11
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.