blob: b7952da1aa3d4d4804c8f80373c4cf4b5c0ecd19 [file] [log] [blame]
Josh Coalsona0942422006-11-26 19:21:26 +00001# FLAC - Free Lossless Audio Codec
Erik de Castro Lopob1982fb2013-05-25 17:11:19 +10002# Copyright (C) 2006-2009 Josh Coalson
Erik de Castro Lopo6a5fe432016-12-05 06:35:39 +11003# Copyright (C) 2011-2016 Xiph.Org Foundation
Josh Coalsona0942422006-11-26 19:21:26 +00004#
5# This file is part the FLAC project. FLAC is comprised of several
Ulrich Klauercd4ddab2013-05-26 22:53:43 +02006# components distributed under different licenses. The codec libraries
Josh Coalsona0942422006-11-26 19:21:26 +00007# are distributed under Xiph.Org's BSD-like license (see the file
8# COPYING.Xiph in this distribution). All other programs, libraries, and
9# plugins are distributed under the GPL (see COPYING.GPL). The documentation
10# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
11# FLAC distribution contains at the top the terms under which it may be
12# distributed.
13#
14# Since this particular file is relevant to all components of FLAC,
15# it may be distributed under the Xiph.Org license, which is the least
16# restrictive of those mentioned above. See the file COPYING.Xiph in this
17# distribution.
18
19EXTRA_DIST = \
Erik de Castro Lopo11efaa32013-03-10 12:30:49 +110020 add_cflags.m4 \
21 add_cxxflags.m4 \
22 bswap.m4 \
23 endian.m4 \
24 gcc_version.m4 \
Josh Coalsona0942422006-11-26 19:21:26 +000025 ogg.m4 \
Erik de Castro Lopo195470f2013-03-13 18:58:16 +110026 stack_protect.m4 \
Josh Coalsona0942422006-11-26 19:21:26 +000027 xmms.m4