]> icculus.org git repositories - btb/d2x.git/blob - input/Makefile.am
This commit was generated by cvs2svn to compensate for changes in r2,
[btb/d2x.git] / input / Makefile.am
1 SUBDIRS = linux 
2 if USE_OPENGL
3  SUBDIRS += ggi
4 else
5  SUBDIRS += sdl
6 endif
7
8 noinst_LIBRARIES = libinput.a
9
10 libinput_a_SOURCES =
11
12 if USE_OPENGL
13 libinput_a_LIBADD = ggi/event.o ggi/key.o ggi/mouse.o linux/joydefs.o linux/joystick.o
14 else
15 libinput_a_LIBADD = sdl/event.o sdl/key.o sdl/mouse.o linux/joydefs.o linux/joystick.o
16 endif 
17