Skip to content

Commit 6c7a83a

Browse files
Add inter-library dependency: -ludev
1 parent 8850ebf commit 6c7a83a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AM_CPPFLAGS = -Wall -Werror -Wextra -pedantic -std=c89
22
lib_LTLIBRARIES = libsuinput.la
33
libsuinput_la_SOURCES = suinput.c
4-
libsuinput_la_LDFLAGS = -version-info 4:0:0
4+
libsuinput_la_LDFLAGS = -ludev -version-info 4:0:0
55
include_HEADERS = suinput.h

0 commit comments

Comments
 (0)