summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 8d92476cf70b867eb7408d0efb9e2d6c0722e915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
lib_LTLIBRARIES = libae-0.0.la
libae_0_0_la_SOURCES = aee.c aee_accessors.c aed.c aee.h sz_compat.c
libae_0_0_la_LDFLAGS = -version-info 0:0
include_HEADERS = libae.h

bin_PROGRAMS = encode decode test_szcomp

encode_LDADD = $(lib_LTLIBRARIES)
decode_LDADD = $(lib_LTLIBRARIES)
test_szcomp_LDADD = $(lib_LTLIBRARIES)

encode_SOURCES = encode.c
decode_SOURCES = decode.c
test_szcomp_SOURCES = test_szcomp.c