mirror of https://github.com/nirenjan/libx52.git
Fix mouse test linker failure on macOS
parent
8f9ab9cefd
commit
6a8dff0a17
|
@ -114,7 +114,8 @@ x52d_mouse_test_CFLAGS = \
|
|||
$(WARN_CFLAGS)
|
||||
x52d_mouse_test_LDFLAGS = @CMOCKA_LIBS@ $(WARN_LDFLAGS)
|
||||
x52d_mouse_test_LDADD = \
|
||||
lib/pinelog/libpinelog.la
|
||||
lib/pinelog/libpinelog.la \
|
||||
@LTLIBINTL@
|
||||
|
||||
TESTS += \
|
||||
daemon/test_daemon_comm.py \
|
||||
|
|
Loading…
Reference in New Issue