2002-05-09 05:26:43 +00:00
|
|
|
# libFLAC - Free Lossless Audio Codec library
|
2003-01-02 07:03:16 +00:00
|
|
|
# Copyright (C) 2000,2001,2002,2003 Josh Coalson
|
2001-06-08 00:13:21 +00:00
|
|
|
#
|
2002-05-09 05:26:43 +00:00
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
|
# modify it under the terms of the GNU Library General Public
|
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
|
# version 2 of the License, or (at your option) any later version.
|
2001-06-08 00:13:21 +00:00
|
|
|
#
|
2002-05-09 05:26:43 +00:00
|
|
|
# This library is distributed in the hope that it will be useful,
|
2001-06-08 00:13:21 +00:00
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2002-05-09 05:26:43 +00:00
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
|
# Library General Public License for more details.
|
2001-06-08 00:13:21 +00:00
|
|
|
#
|
2002-05-09 05:26:43 +00:00
|
|
|
# You should have received a copy of the GNU Library General Public
|
|
|
|
|
# License along with this library; if not, write to the
|
|
|
|
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
|
|
|
# Boston, MA 02111-1307, USA.
|
2001-06-08 00:13:21 +00:00
|
|
|
|
2002-09-20 05:56:33 +00:00
|
|
|
flaccincludedir = $(includedir)/FLAC
|
2001-05-31 18:47:05 +00:00
|
|
|
|
2002-09-20 05:56:33 +00:00
|
|
|
flaccinclude_HEADERS = \
|
2001-06-13 17:59:57 +00:00
|
|
|
all.h \
|
2001-05-31 20:11:02 +00:00
|
|
|
assert.h \
|
2002-10-16 22:04:53 +00:00
|
|
|
export.h \
|
2001-05-31 18:47:05 +00:00
|
|
|
file_decoder.h \
|
2002-08-06 05:34:13 +00:00
|
|
|
file_encoder.h \
|
2001-05-31 18:47:05 +00:00
|
|
|
format.h \
|
2002-05-04 17:33:51 +00:00
|
|
|
metadata.h \
|
2001-05-31 18:47:05 +00:00
|
|
|
ordinals.h \
|
2001-11-08 23:59:22 +00:00
|
|
|
seekable_stream_decoder.h \
|
2002-07-31 07:05:33 +00:00
|
|
|
seekable_stream_encoder.h \
|
2001-06-13 17:59:57 +00:00
|
|
|
stream_decoder.h \
|
2002-05-04 17:33:51 +00:00
|
|
|
stream_encoder.h
|