diff --git a/src/tests/servers/input/Jamfile b/src/tests/servers/input/Jamfile index 324e9cf457..3d4d856f61 100644 --- a/src/tests/servers/input/Jamfile +++ b/src/tests/servers/input/Jamfile @@ -2,3 +2,4 @@ SubDir OBOS_TOP src tests servers input ; SubInclude OBOS_TOP src tests servers input msgspy ; SubInclude OBOS_TOP src tests servers input portspy ; +SubInclude OBOS_TOP src tests servers input prefs ; diff --git a/src/tests/servers/input/prefs/Jamfile b/src/tests/servers/input/prefs/Jamfile index 33439be7a7..425a0f3905 100644 --- a/src/tests/servers/input/prefs/Jamfile +++ b/src/tests/servers/input/prefs/Jamfile @@ -21,6 +21,11 @@ Preference KeymapTest : Input.cpp : be tracker ; +if $(COMPILE_FOR_R5) { +} else { + LinkSharedOSLibs KeymapTest : libopenbeos.so ; +} + SEARCH on [ FGristFiles KeymapApplication.cpp KeymapWindow.cpp @@ -42,6 +47,11 @@ Preference KeyboardTest : Input.cpp : translation be ; +if $(COMPILE_FOR_R5) { +} else { + LinkSharedOSLibs KeyboardTest : libopenbeos.so ; +} + SEARCH on [ FGristFiles Keyboard.cpp KeyboardSettings.cpp @@ -64,6 +74,11 @@ Preference MouseTest : : translation be ; +if $(COMPILE_FOR_R5) { +} else { + LinkSharedOSLibs MouseTest : libopenbeos.so ; +} + SEARCH on [ FGristFiles Mouse.cpp MouseSettings.cpp