mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 21:14:23 -04:00
*poof*
I've warned people about removing autoconf/automake support for a long time, so let's make it happen for 1.7. CMake is now the only supported build system. I'll update build docs in a following commit. CCMAIL:taglib-devel@kde.org git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1220235 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -1,43 +0,0 @@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/taglib\
|
||||
-I$(top_srcdir)/taglib/toolkit \
|
||||
-I$(top_srcdir)/taglib/trueaudio \
|
||||
-I$(top_srcdir)/taglib/ape \
|
||||
-I$(top_srcdir)/taglib/mpeg \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v1 \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2 \
|
||||
-I$(top_srcdir)/taglib/ogg \
|
||||
-I$(top_srcdir)/taglib/ogg/vorbis \
|
||||
-I$(top_srcdir)/taglib/ogg/flac \
|
||||
-I$(top_srcdir)/taglib/flac \
|
||||
-I$(top_srcdir)/taglib/riff \
|
||||
-I$(top_srcdir)/taglib/riff/aiff \
|
||||
-I$(top_srcdir)/taglib/mpeg/id3v2/frames \
|
||||
-I$(top_srcdir)/taglib/wavpack
|
||||
|
||||
test_runner_SOURCES = \
|
||||
main.cpp \
|
||||
test_list.cpp \
|
||||
test_map.cpp \
|
||||
test_mpeg.cpp \
|
||||
test_synchdata.cpp \
|
||||
test_ape.cpp \
|
||||
test_trueaudio.cpp \
|
||||
test_bytevector.cpp \
|
||||
test_string.cpp \
|
||||
test_fileref.cpp \
|
||||
test_id3v1.cpp \
|
||||
test_id3v2.cpp \
|
||||
test_xiphcomment.cpp \
|
||||
test_riff.cpp \
|
||||
test_aiff.cpp \
|
||||
test_ogg.cpp \
|
||||
test_oggflac.cpp \
|
||||
test_flac.cpp \
|
||||
test_wavpack.cpp
|
||||
|
||||
if build_tests
|
||||
TESTS = test_runner
|
||||
check_PROGRAMS = test_runner
|
||||
LDADD = ../taglib/libtag.la -lcppunit
|
||||
endif
|
Reference in New Issue
Block a user