bump the libtool version number
[platform/upstream/flac.git] / src / libFLAC++ / Makefile.am
index 126070b..38f3f78 100644 (file)
 #  Boston, MA  02111-1307, USA.
 
 lib_LTLIBRARIES = libFLAC++.la
-CFLAGS = @CFLAGS@
+CXXFLAGS = @CXXFLAGS@
 
-#@@@@ fix this
-libFLAC++_la_LDFLAGS = -version-info 2:1:1
+m4datadir = $(datadir)/aclocal
+m4data_DATA = libFLAC++.m4
 
-libFLAC++_la_SOURCES = \
+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 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