Files
flac/include/FLAC/Makefile.am

34 lines
1.1 KiB
Makefile
Raw Normal View History

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
#
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.
#
2002-05-09 05:26:43 +00: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 05:26:43 +00:00
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Library General Public License for more details.
#
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.
flaccincludedir = $(includedir)/FLAC
flaccinclude_HEADERS = \
all.h \
assert.h \
2002-10-16 22:04:53 +00:00
export.h \
file_decoder.h \
2002-08-06 05:34:13 +00:00
file_encoder.h \
format.h \
2002-05-04 17:33:51 +00:00
metadata.h \
ordinals.h \
seekable_stream_decoder.h \
seekable_stream_encoder.h \
stream_decoder.h \
2002-05-04 17:33:51 +00:00
stream_encoder.h