mirror of
git://sigrok.org/libserialport
synced 2023-08-10 21:13:24 +03:00
Use libtool's -no-undefined option on all platforms.
This commit is contained in:
parent
8d12e620f2
commit
5122d60849
@ -44,9 +44,10 @@ libserialport_la_LDFLAGS = $(SP_LIB_LDFLAGS)
|
|||||||
|
|
||||||
if WIN32
|
if WIN32
|
||||||
libserialport_la_LIBADD += -lsetupapi
|
libserialport_la_LIBADD += -lsetupapi
|
||||||
libserialport_la_LDFLAGS += -no-undefined
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
libserialport_la_LDFLAGS += -no-undefined
|
||||||
|
|
||||||
library_includedir = $(includedir)
|
library_includedir = $(includedir)
|
||||||
library_include_HEADERS = libserialport.h
|
library_include_HEADERS = libserialport.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user