1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Add -no-undefined to get shared liblzma on Windows.

This commit is contained in:
Lasse Collin 2009-06-28 10:04:24 +03:00
parent 73f560ee5f
commit 6e685aae45

View file

@ -9,7 +9,7 @@ SUBDIRS = api common check
lib_LTLIBRARIES = liblzma.la
liblzma_la_SOURCES =
liblzma_la_LDFLAGS = -version-info 0:0:0
liblzma_la_LDFLAGS = -no-undefined -version-info 0:0:0
liblzma_la_LIBADD = \
common/libcommon.la \