windows: Fix building shared library on MinGW.
This commit is contained in:
parent
032da34b78
commit
ff101fca12
|
@ -399,6 +399,8 @@ libsigrok_la_LIBADD = $(LIBOBJS)
|
|||
|
||||
libsigrok_la_LDFLAGS = $(SR_LIB_LDFLAGS)
|
||||
|
||||
libsigrok_la_LDFLAGS += -no-undefined
|
||||
|
||||
library_includedir = $(includedir)/libsigrok
|
||||
library_include_HEADERS = \
|
||||
include/libsigrok/libsigrok.h \
|
||||
|
|
Loading…
Reference in New Issue