Skip to content
Snippets Groups Projects
Commit dfaddade authored by Mathis Rosenhauer's avatar Mathis Rosenhauer Committed by Thomas Jahns
Browse files

separate libaec and szlib compatibility

parent e019ad77
No related branches found
No related tags found
No related merge requests found
lib_LTLIBRARIES = libaec-0.0.la
libaec_0_0_la_SOURCES = encode.c encode_accessors.c decode.c encode.h encode_accessors.h sz_compat.c
lib_LTLIBRARIES = libsz-0.0.la libaec-0.0.la
libaec_0_0_la_SOURCES = encode.c encode_accessors.c decode.c encode.h encode_accessors.h
libsz_0_0_la_SOURCES = sz_compat.c
libaec_0_0_la_LDFLAGS = -version-info 0:0
include_HEADERS = libaec.h
libsz_0_0_la_LDFLAGS = -version-info 0:0
include_HEADERS = libaec.h szlib.h
bin_PROGRAMS = aec test_szcomp
aec_LDADD = $(lib_LTLIBRARIES)
aec_LDADD = libaec-0.0.la
test_szcomp_LDADD = $(lib_LTLIBRARIES)
aec_SOURCES = aec.c
......
#include <config.h>
#include <inttypes.h>
#include <string.h>
#include "libaec.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