Skip to content
Snippets Groups Projects
Commit 0caa5349 authored by Mathis Rosenhauer's avatar Mathis Rosenhauer
Browse files

Allow Cygwin to build shared libs

parent 57a9e839
No related branches found
No related tags found
No related merge requests found
2016-08-16 Mathis Rosenhauer <rosenhauer@dkrz.de>
Better compatibility with OSX for make check
Allow Cygwin to build DLLs
v0.3.4
Pad incomplete last line when in SZ compatibility mode
......
lib_LTLIBRARIES = libaec.la libsz.la
libaec_la_SOURCES = encode.c encode_accessors.c decode.c \
encode.h encode_accessors.h decode.h
libaec_la_LDFLAGS = -version-info 0:5:0
libaec_la_LDFLAGS = -version-info 0:5:0 -no-undefined
libsz_la_SOURCES = sz_compat.c
libsz_la_LIBADD = libaec.la
libsz_la_LDFLAGS = -version-info 2:1:0
libsz_la_LDFLAGS = -version-info 2:1:0 -no-undefined
include_HEADERS = libaec.h szlib.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment