Makefile.am: Simplify LDFLAGS handling a bit.
This commit is contained in:
parent
f14809393a
commit
a630a469f6
|
@ -40,14 +40,12 @@ endif
|
|||
|
||||
libserialport_la_LIBADD = $(LIBOBJS)
|
||||
|
||||
libserialport_la_LDFLAGS = $(SP_LIB_LDFLAGS)
|
||||
libserialport_la_LDFLAGS = $(SP_LIB_LDFLAGS) -no-undefined
|
||||
|
||||
if WIN32
|
||||
libserialport_la_LIBADD += $(SP_LIBS)
|
||||
endif
|
||||
|
||||
libserialport_la_LDFLAGS += -no-undefined
|
||||
|
||||
library_includedir = $(includedir)
|
||||
library_include_HEADERS = libserialport.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue