aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJacek Antonelli2009-01-11 18:39:11 -0600
committerJacek Antonelli2009-01-11 18:42:22 -0600
commitcdd993283c8da5b3e8831a111e6b360347ea6f2a (patch)
tree43efeaeb1aebba65113d59241f057a792b8137f4
parentAdded newline at end of llmediaimplgstreamer.cpp (diff)
downloadmeta-impy-cdd993283c8da5b3e8831a111e6b360347ea6f2a.zip
meta-impy-cdd993283c8da5b3e8831a111e6b360347ea6f2a.tar.gz
meta-impy-cdd993283c8da5b3e8831a111e6b360347ea6f2a.tar.bz2
meta-impy-cdd993283c8da5b3e8831a111e6b360347ea6f2a.tar.xz
Use BOOST_SIGNALS_LIB in newview/CMakeLists.
Diffstat (limited to '')
-rw-r--r--ChangeLog.txt4
-rw-r--r--linden/indra/newview/CMakeLists.txt1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 6851b4c..da1e1d7 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,5 +1,9 @@
12009-01-11 Jacek Antonelli <jacek.antonelli@gmail.com> 12009-01-11 Jacek Antonelli <jacek.antonelli@gmail.com>
2 2
3 * linden/indra/newview/CMakeLists.txt:
4 Use BOOST_SIGNALS_LIB in newview/CMakeLists.
5
6
3 * cmake/DBusGlib.cmake: 7 * cmake/DBusGlib.cmake:
4 Removed references to unused dbusglib. 8 Removed references to unused dbusglib.
5 * newview/CMakeLists.txt: 9 * newview/CMakeLists.txt:
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt
index 4871e05..0205ceb 100644
--- a/linden/indra/newview/CMakeLists.txt
+++ b/linden/indra/newview/CMakeLists.txt
@@ -1386,6 +1386,7 @@ target_link_libraries(imprudence-bin
1386 ${viewer_LIBRARIES} 1386 ${viewer_LIBRARIES}
1387 ${BOOST_PROGRAM_OPTIONS_LIBRARY} 1387 ${BOOST_PROGRAM_OPTIONS_LIBRARY}
1388 ${BOOST_REGEX_LIBRARY} 1388 ${BOOST_REGEX_LIBRARY}
1389 ${BOOST_SIGNALS_LIBRARY}
1389 ${OPENGL_LIBRARIES} 1390 ${OPENGL_LIBRARIES}
1390 ${FMODWRAPPER_LIBRARY} 1391 ${FMODWRAPPER_LIBRARY}
1391 ${OPENGL_LIBRARIES} 1392 ${OPENGL_LIBRARIES}