2002-05-09 09:26:43 +04:00
|
|
|
# libFLAC - Free Lossless Audio Codec library
|
2002-01-26 20:36:39 +03:00
|
|
|
# Copyright (C) 2000,2001,2002 Josh Coalson
|
2001-06-08 04:13:21 +04:00
|
|
|
#
|
2002-05-09 09:26:43 +04: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 04:13:21 +04:00
|
|
|
#
|
2002-05-09 09:26:43 +04:00
|
|
|
# This library is distributed in the hope that it will be useful,
|
2001-06-08 04:13:21 +04:00
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2002-05-09 09:26:43 +04:00
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# Library General Public License for more details.
|
2001-06-08 04:13:21 +04:00
|
|
|
#
|
2002-05-09 09:26:43 +04: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 04:13:21 +04:00
|
|
|
|
2001-05-31 22:47:05 +04:00
|
|
|
includedir = ${prefix}/include/FLAC
|
|
|
|
|
2001-06-13 21:59:57 +04:00
|
|
|
include_HEADERS = \
|
|
|
|
all.h \
|
2001-06-01 00:11:02 +04:00
|
|
|
assert.h \
|
2001-05-31 22:47:05 +04:00
|
|
|
file_decoder.h \
|
2002-08-06 09:34:13 +04:00
|
|
|
file_encoder.h \
|
2001-05-31 22:47:05 +04:00
|
|
|
format.h \
|
2002-05-04 21:33:51 +04:00
|
|
|
metadata.h \
|
2001-05-31 22:47:05 +04:00
|
|
|
ordinals.h \
|
2001-11-09 02:59:22 +03:00
|
|
|
seekable_stream_decoder.h \
|
2002-07-31 11:05:33 +04:00
|
|
|
seekable_stream_encoder.h \
|
2001-06-13 21:59:57 +04:00
|
|
|
stream_decoder.h \
|
2002-05-04 21:33:51 +04:00
|
|
|
stream_encoder.h
|