~ubuntu-branches/ubuntu/raring/flac/raring

« back to all changes in this revision

Viewing changes to src/libFLAC++/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Kwan
  • Date: 2007-05-29 22:56:36 UTC
  • mto: (8.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20070529225636-p8lkii0r0kp50pns
Tags: upstream-1.1.4
ImportĀ upstreamĀ versionĀ 1.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#  libFLAC++ - Free Lossless Audio Codec library
2
 
#  Copyright (C) 2002,2003,2004,2005  Josh Coalson
 
2
#  Copyright (C) 2002,2003,2004,2005,2006,2007  Josh Coalson
3
3
#
4
4
#  Redistribution and use in source and binary forms, with or without
5
5
#  modification, are permitted provided that the following conditions
33
33
m4datadir = $(datadir)/aclocal
34
34
m4data_DATA = libFLAC++.m4
35
35
 
 
36
pkgconfigdir = $(libdir)/pkgconfig
 
37
pkgconfig_DATA = flac++.pc
 
38
 
36
39
EXTRA_DIST = \
37
40
        Makefile.lite \
 
41
        flac++.pc.in \
38
42
        libFLAC++_dynamic.dsp \
39
43
        libFLAC++_static.dsp \
40
44
        libFLAC++.m4
41
45
 
42
 
# see 'http://www.gnu.org/software/libtool/manual.html#SEC35' for numbering convention
43
 
libFLAC___la_LDFLAGS = -version-info 5:0:0
 
46
# see 'http://www.gnu.org/software/libtool/manual.html#Libtool-versioning' for numbering convention
 
47
libFLAC___la_LDFLAGS = -version-info 6:1:0
44
48
libFLAC___la_LIBADD = ../libFLAC/libFLAC.la
45
49
 
46
50
libFLAC___la_SOURCES = \
47
 
        file_decoder.cpp \
48
 
        file_encoder.cpp \
49
51
        metadata.cpp \
50
 
        seekable_stream_decoder.cpp \
51
 
        seekable_stream_encoder.cpp \
52
52
        stream_decoder.cpp \
53
53
        stream_encoder.cpp