Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
0caa5349
Commit
0caa5349
authored
Sep 08, 2016
by
Mathis Rosenhauer
Browse files
Allow Cygwin to build shared libs
parent
57a9e839
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0caa5349
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
...
...
src/Makefile.am
View file @
0caa5349
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment