blob: a72530ee6d7bd9b50401c86db30b0f3ad88c0e7c [file] [log] [blame]
Josh Coalson6b21f662006-09-13 01:42:27 +00001# test_libs_common - Common code to library unit tests
Erik de Castro Lopob1982fb2013-05-25 17:11:19 +10002# Copyright (C) 2000-2009 Josh Coalson
Erik de Castro Lopo6a5fe432016-12-05 06:35:39 +11003# Copyright (C) 2011-2016 Xiph.Org Foundation
Josh Coalson6b21f662006-09-13 01:42:27 +00004#
5# This program is free software; you can redistribute it and/or
6# modify it under the terms of the GNU General Public License
7# as published by the Free Software Foundation; either version 2
8# of the License, or (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
Miroslav Lichvar6a1f59b2012-12-04 17:36:05 +010015# You should have received a copy of the GNU General Public License along
16# with this program; if not, write to the Free Software Foundation, Inc.,
17# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Josh Coalson6b21f662006-09-13 01:42:27 +000018
Cristian Rodríguez9b7cb222012-04-07 19:24:21 -030019AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
Josh Coalson6b21f662006-09-13 01:42:27 +000020
21noinst_LTLIBRARIES = libtest_libs_common.la
22
Josh Coalson6b21f662006-09-13 01:42:27 +000023libtest_libs_common_la_SOURCES = \
24 file_utils_flac.c \
Josh Coalson8da98c82006-10-15 04:24:05 +000025 metadata_utils.c
Josh Coalson6b21f662006-09-13 01:42:27 +000026
27EXTRA_DIST = \
Erik de Castro Lopo6d0e2222019-09-29 11:57:21 +100028 CMakeLists.txt \
Josh Coalson6b21f662006-09-13 01:42:27 +000029 Makefile.lite \
30 README \
Erik de Castro Lopo31948292014-07-09 19:02:35 +100031 test_libs_common_static.vcproj \
32 test_libs_common_static.vcxproj \
33 test_libs_common_static.vcxproj.filters