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:
Lukáš Lalinský
2011-02-13 11:50:25 +00:00
parent 4b00ef4acb
commit 2f9838a440
55 changed files with 0 additions and 27948 deletions

View File

@ -1,16 +0,0 @@
DEFS = -DMAKE_TAGLIB_LIB @DEFS@
INCLUDES = \
-I$(top_srcdir)/taglib \
-I$(top_srcdir)/taglib/toolkit \
-I$(top_srcdir)/taglib/ape \
-I$(top_srcdir)/taglib/mpc \
-I$(top_srcdir)/taglib/mpeg/id3v1 \
-I$(top_srcdir)/taglib/mpeg/id3v2 \
$(all_includes)
noinst_LTLIBRARIES = libwavpack.la
libwavpack_la_SOURCES = wavpackfile.cpp wavpackproperties.cpp
taglib_include_HEADERS = wavpackfile.h wavpackproperties.h
taglib_includedir = $(includedir)/taglib