mirror of
https://github.com/taglib/taglib.git
synced 2025-07-23 07:24:30 -04:00
build
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@773917 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
ADD_SUBDIRECTORY( vorbis )
|
||||
ADD_SUBDIRECTORY( speex )
|
||||
ADD_SUBDIRECTORY( flac )
|
||||
|
||||
INSTALL( FILES oggfile.h oggpage.h oggpageheader.h xiphcomment.h DESTINATION ${INCLUDE_INSTALL_DIR}/taglib )
|
||||
|
@ -1,4 +1,4 @@
|
||||
SUBDIRS = vorbis flac
|
||||
SUBDIRS = vorbis flac speex
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/taglib -I$(top_srcdir)/taglib/toolkit $(all_includes)
|
||||
|
||||
@ -18,4 +18,4 @@ taglib_include_HEADERS = \
|
||||
|
||||
taglib_includedir = $(includedir)/taglib
|
||||
|
||||
libogg_la_LIBADD = ./vorbis/libvorbis.la ./flac/liboggflac.la
|
||||
libogg_la_LIBADD = ./vorbis/libvorbis.la ./flac/liboggflac.la ./speex/libspeex.la
|
||||
|
Reference in New Issue
Block a user