flac/include/FLAC/Makefile.am

33 lines
1.1 KiB
Makefile
Raw Normal View History

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
#
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.
#
2002-05-09 09:26:43 +04:00
# This library is distributed in the hope that it will be useful,
# 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.
#
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.
includedir = ${prefix}/include/FLAC
include_HEADERS = \
all.h \
assert.h \
file_decoder.h \
2002-08-06 09:34:13 +04:00
file_encoder.h \
format.h \
2002-05-04 21:33:51 +04:00
metadata.h \
ordinals.h \
seekable_stream_decoder.h \
seekable_stream_encoder.h \
stream_decoder.h \
2002-05-04 21:33:51 +04:00
stream_encoder.h