bump the libtool version number
[platform/upstream/flac.git] / src / libFLAC++ / Makefile.am
index 85820b7..38f3f78 100644 (file)
@@ -22,14 +22,19 @@ CXXFLAGS = @CXXFLAGS@
 m4datadir = $(datadir)/aclocal
 m4data_DATA = libFLAC++.m4
 
-EXTRA_DIST = libFLAC++.m4
+EXTRA_DIST = \
+       Makefile.lite \
+       Makefile.vc \
+       libFLAC++.m4
 
 # see 'http://www.gnu.org/software/libtool/manual.html#Versioning' for numbering convention
-libFLAC___la_LDFLAGS = -version-info 1:0:0
+libFLAC___la_LDFLAGS = -version-info 2:1:0
 
 libFLAC___la_SOURCES = \
        file_decoder.cc \
+       file_encoder.cc \
        metadata.cc \
        seekable_stream_decoder.cc \
+       seekable_stream_encoder.cc \
        stream_decoder.cc \
-       stream_encoder.cc 
+       stream_encoder.cc