Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mathis Rosenhauer
libaec
Commits
0caa5349
Commit
0caa5349
authored
Sep 08, 2016
by
Mathis Rosenhauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow Cygwin to build shared libs
parent
57a9e839
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ChangeLog
ChangeLog
+4
-0
src/Makefile.am
src/Makefile.am
+2
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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