minor comments
[platform/upstream/flac.git] / src / libFLAC++ / Makefile.am
index 36d27af..f02a330 100644 (file)
@@ -1,5 +1,5 @@
 #  libFLAC++ - Free Lossless Audio Codec library
-#  Copyright (C) 2002,2003,2004,2005  Josh Coalson
+#  Copyright (C) 2002,2003,2004,2005,2006  Josh Coalson
 #
 #  Redistribution and use in source and binary forms, with or without
 #  modification, are permitted provided that the following conditions
@@ -39,15 +39,13 @@ EXTRA_DIST = \
        libFLAC++_static.dsp \
        libFLAC++.m4
 
-# see 'http://www.gnu.org/software/libtool/manual.html#SEC35' for numbering convention
-libFLAC___la_LDFLAGS = -version-info 4:1:0
+# see 'http://www.gnu.org/software/libtool/manual.html#Libtool-versioning' for numbering convention
+libFLAC___la_LDFLAGS = -version-info 5:0:0
 libFLAC___la_LIBADD = ../libFLAC/libFLAC.la
 
 libFLAC___la_SOURCES = \
        file_decoder.cpp \
        file_encoder.cpp \
        metadata.cpp \
-       seekable_stream_decoder.cpp \
-       seekable_stream_encoder.cpp \
        stream_decoder.cpp \
        stream_encoder.cpp