add vcproj files to EXTRA_DIST
[platform/upstream/flac.git] / src / libFLAC++ / Makefile.am
index deb50c4..2f63c04 100644 (file)
@@ -1,5 +1,5 @@
 #  libFLAC++ - Free Lossless Audio Codec library
-#  Copyright (C) 2002,2003,2004,2005,2006  Josh Coalson
+#  Copyright (C) 2002,2003,2004,2005,2006,2007  Josh Coalson
 #
 #  Redistribution and use in source and binary forms, with or without
 #  modification, are permitted provided that the following conditions
@@ -33,21 +33,23 @@ lib_LTLIBRARIES = libFLAC++.la
 m4datadir = $(datadir)/aclocal
 m4data_DATA = libFLAC++.m4
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = flac++.pc
+
 EXTRA_DIST = \
        Makefile.lite \
+       flac++.pc.in \
        libFLAC++_dynamic.dsp \
+       libFLAC++_dynamic.vcproj \
        libFLAC++_static.dsp \
+       libFLAC++_static.vcproj \
        libFLAC++.m4
 
-# see 'http://www.gnu.org/software/libtool/manual.html#SEC35' for numbering convention
-libFLAC___la_LDFLAGS = -version-info 5:0:0
+# see 'http://www.gnu.org/software/libtool/manual.html#Libtool-versioning' for numbering convention
+libFLAC___la_LDFLAGS = -version-info 7:0:1
 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