test_log_LDFLAGS = -static
test_touchpad_SOURCES = touchpad.c
-test_touchpad_CFLAGS = $(AM_CPPFLAGS)
+test_touchpad_CFLAGS = $(TEST_CFLAGS)
test_touchpad_LDADD = $(TEST_LIBS)
test_touchpad_LDFLAGS = -static
test_misc_SOURCES = misc.c
-test_misc_CFLAGS = $(AM_CPPFLAGS)
+test_misc_CFLAGS = $(TEST_CFLAGS)
test_misc_LDADD = $(TEST_LIBS)
test_misc_LDFLAGS = -static
test_keyboard_SOURCES = keyboard.c
-test_keyboard_CFLAGS = $(AM_CPPFLAGS)
+test_keyboard_CFLAGS = $(TEST_CFLAGS)
test_keyboard_LDADD = $(TEST_LIBS)
test_keyboard_LDFLAGS = -static