Don't underlink inputtest on targets which require complete linkage
Don't underlink inputtest on targets which require complete linkage (e.g. when building for PE/COFF)
This commit is contained in:
parent
d68b50ec03
commit
c5a9287dcf
|
@ -31,7 +31,7 @@ AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) $(CWARNFLAGS)
|
|||
AM_CPPFLAGS = $(XORG_INCS)
|
||||
|
||||
inputtest_drv_la_LTLIBRARIES = inputtest_drv.la
|
||||
inputtest_drv_la_LDFLAGS = -module -avoid-version
|
||||
inputtest_drv_la_LDFLAGS = -module -avoid-version $(LD_NO_UNDEFINED_FLAG)
|
||||
inputtest_drv_ladir = @moduledir@/input
|
||||
|
||||
inputtest_drv_la_SOURCES = xf86-input-inputtest.c xf86-input-inputtest-protocol.h
|
||||
|
|
|
@ -13,6 +13,8 @@ shared_module(
|
|||
|
||||
install: true,
|
||||
install_dir: join_paths(module_dir, 'input'),
|
||||
|
||||
link_with: e,
|
||||
)
|
||||
|
||||
install_man(configure_file(
|
||||
|
|
Loading…
Reference in New Issue