From 2281edf20f353955d7d2cc71c57ba3cca5e6841a Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 24 Sep 2006 12:59:05 +0000 Subject: [PATCH] Fix generate lib. it fixes juk compile git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@587917 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- CMakeLists.txt | 10 ++++++++-- bindings/CMakeLists.txt | 10 ---------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61e7f546..a785fc6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,13 @@ ogg/vorbis/vorbisfile.cpp ogg/vorbis/vorbisproperties.cpp ) -SET(oggflac_SRCS + +SET(flacs_SRCS +flac/flacfile.cpp +flac/flacproperties.cpp +) + +SET(oggflacs_SRCS ogg/flac/oggflacfile.cpp ) @@ -101,7 +107,7 @@ toolkit/unicode.cpp ) SET(tag_LIB_SRCS ${mpeg_SRCS} ${id3v1_SRCS} ${id3v2_SRCS} ${frames_SRCS} ${ogg_SRCS} - ${vorbis_SRCS} ${oggflacs_SRCS} ${mpc_SRCS} ${ape_SRCS} ${toolkit_SRCS} + ${vorbis_SRCS} ${oggflacs_SRCS} ${mpc_SRCS} ${ape_SRCS} ${toolkit_SRCS} ${flacs_SRCS} tag.cpp fileref.cpp audioproperties.cpp diff --git a/bindings/CMakeLists.txt b/bindings/CMakeLists.txt index 31d907af..0afe1195 100644 --- a/bindings/CMakeLists.txt +++ b/bindings/CMakeLists.txt @@ -1,11 +1 @@ ADD_SUBDIRECTORY( c ) - - -########### install files ############### - - - - -#original Makefile.am contents follow: - -#SUBDIRS = c