clean up
[platform/upstream/libaec.git] / src / Makefile.am
index b4aaaba..eeeafad 100644 (file)
@@ -4,14 +4,8 @@ encode.h encode_accessors.h decode.h
 
 libsz_la_SOURCES = sz_compat.c
 libsz_la_LIBADD = libaec.la
-libaec_la_LDFLAGS = -version-info 0:0
-libsz_la_LDFLAGS = -version-info 0:0
 include_HEADERS = libaec.h szlib.h
 
-bin_PROGRAMS = aec test_szcomp
-
+bin_PROGRAMS = aec
 aec_LDADD = libaec.la
-test_szcomp_LDADD = libsz.la
-
 aec_SOURCES = aec.c
-test_szcomp_SOURCES = test_szcomp.c