26f86aa6bd
simple solution for using all kinds of Input Devices (Keyboards, Mice, etc) and feedback devices (e.g. force feedback). Written in C++ using Object Oriented Design pattern with tweaks from kirby@, mpi@ and Antti Harri. ok kirby@
22 lines
787 B
Plaintext
22 lines
787 B
Plaintext
$OpenBSD: patch-src_Makefile_am,v 1.1.1.1 2012/03/18 14:27:22 pascal Exp $
|
|
--- src/Makefile.am.orig Mon Dec 26 00:21:40 2011
|
|
+++ src/Makefile.am Mon Dec 26 00:23:38 2011
|
|
@@ -10,15 +10,13 @@ libOIS_la_SOURCES = OISInputManager.cpp \
|
|
OISKeyboard.cpp \
|
|
OISForceFeedback.cpp \
|
|
OISException.cpp \
|
|
- ./linux/EventHelpers.cpp \
|
|
./linux/LinuxInputManager.cpp \
|
|
- ./linux/LinuxJoyStickEvents.cpp \
|
|
- ./linux/LinuxForceFeedback.cpp \
|
|
./linux/LinuxKeyboard.cpp \
|
|
./linux/LinuxMouse.cpp
|
|
|
|
-libOIS_la_LDFLAGS = -release @PACKAGE_VERSION@
|
|
+#libOIS_la_LDFLAGS = -release @PACKAGE_VERSION@
|
|
#libOIS_la_LDFLAGS = -version-info $(shell echo "@PACKAGE_VERSION@" | tr '.' ':')
|
|
+libOIS_la_LDFLAGS = $(LIBOIS_LTVERSION)
|
|
|
|
libOIS_la_LIBADD = $(STLPORT_LIBS) -L/usr/X11R6/lib -lX11
|
|
|