diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-20 23:03:40 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-20 23:03:40 +0000 |
commit | 42e5e6e537d42a42cde9c0b5ce7e6d41b4db784c (patch) | |
tree | 8c0f18959fafd98a02ff228df514bb39a4f17a53 /flow/gsl | |
parent | 2a73c38820d743a7daf930d25bdde1ba9a5a53e3 (diff) | |
download | arts-42e5e6e537d42a42cde9c0b5ce7e6d41b4db784c.tar.gz arts-42e5e6e537d42a42cde9c0b5ce7e6d41b4db784c.zip |
Fix arts FTBFS under non-Debian systems
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1248403 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'flow/gsl')
-rw-r--r-- | flow/gsl/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flow/gsl/CMakeLists.txt b/flow/gsl/CMakeLists.txt index 2a95979..ac72e2e 100644 --- a/flow/gsl/CMakeLists.txt +++ b/flow/gsl/CMakeLists.txt @@ -149,7 +149,7 @@ set( ${target}_SRCS tde_add_library( ${target} STATIC_PIC SOURCES ${${target}_SRCS} - LINK ${GLIB2_LIBRARIES} ${GTHREAD2_LIBRARIES} ${VORBISFILE_LIBRARIES} ${MAD_LIBRARIES} + LINK ${GLIB2_LIBRARIES} ${GTHREAD2_LIBRARIES} ${VORBISFILE_LIBRARIES} ${VORBIS_LIBRARIES} ${MAD_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} ) |