Set version to 1.3.0 and update coyprights throughout.
[platform/upstream/flac.git] / src / libFLAC++ / Makefile.am
index c02e87b..51b8cf8 100644 (file)
@@ -1,5 +1,6 @@
 #  libFLAC++ - Free Lossless Audio Codec library
-#  Copyright (C) 2002,2003,2004,2005,2006  Josh Coalson
+#  Copyright (C) 2002-2009  Josh Coalson
+#  Copyright (C) 2011-2013  Xiph.Org Foundation
 #
 #  Redistribution and use in source and binary forms, with or without
 #  modification, are permitted provided that the following conditions
@@ -33,19 +34,21 @@ lib_LTLIBRARIES = libFLAC++.la
 m4datadir = $(datadir)/aclocal
 m4data_DATA = libFLAC++.m4
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = flac++.pc
+AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
 EXTRA_DIST = \
        Makefile.lite \
-       libFLAC++_dynamic.dsp \
-       libFLAC++_static.dsp \
+       flac++.pc.in \
+       libFLAC++_dynamic.vcproj \
+       libFLAC++_static.vcproj \
        libFLAC++.m4
 
-# see 'http://www.gnu.org/software/libtool/manual.html#Libtool-versioning' for numbering convention
-libFLAC___la_LDFLAGS = -version-info 6:0:0
+# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention
+libFLAC___la_LDFLAGS = $(AM_LDFLAGS) -version-info 9:0:3 @LT_NO_UNDEFINED@
 libFLAC___la_LIBADD = ../libFLAC/libFLAC.la
 
 libFLAC___la_SOURCES = \
-       file_decoder.cpp \
-       file_encoder.cpp \
        metadata.cpp \
        stream_decoder.cpp \
        stream_encoder.cpp