From: Andreas Hartmetz Date: Sun, 28 Nov 2010 22:06:34 +0000 (+0000) Subject: Install flacmetadatablock.h. Required to make Amarok compile. X-Git-Tag: v1.7rc1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fad0724bff82e11ccc4f78383b2a68436f1b9687;p=taglib Install flacmetadatablock.h. Required to make Amarok compile. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1201859 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/taglib/flac/CMakeLists.txt b/taglib/flac/CMakeLists.txt index 62768a43..588208f9 100644 --- a/taglib/flac/CMakeLists.txt +++ b/taglib/flac/CMakeLists.txt @@ -1 +1 @@ -INSTALL( FILES flacfile.h flacpicture.h flacproperties.h DESTINATION ${INCLUDE_INSTALL_DIR}/taglib ) +INSTALL( FILES flacfile.h flacpicture.h flacproperties.h flacmetadatablock.h DESTINATION ${INCLUDE_INSTALL_DIR}/taglib )