blob: 68ee4657fb9e491980f30604b7b6cb1d128d300b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/Makefile.in.orig 2016-11-22 04:55:36 UTC
+++ src/Makefile.in
@@ -357,7 +357,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include $(
# _ladir passes a dummy rpath to libtool so the thing will actually link
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
@DRIVER_NAME@_drv_la_LTLIBRARIES = @DRIVER_NAME@_drv.la
-@DRIVER_NAME@_drv_la_LDFLAGS = -module -avoid-version
+@DRIVER_NAME@_drv_la_LDFLAGS = -module -avoid-version -lusbhid
@DRIVER_NAME@_drv_ladir = @inputdir@
# We have to list all the mouse drivers here, even if we don't build them, so
|