Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: removed LIBTOOL again

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