diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2008-09-02 20:54:30 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2008-09-02 20:54:30 +0000 |
commit | fa11307d6106ca0b889c31d2c7707303bb142113 (patch) | |
tree | 1b14b876dca96dee5b3e463760bb8a8311b07803 /indra/llcommon | |
parent | 4cccb812de6921e9e89d2805fdd7b219e58df453 (diff) |
QAR-842 / Port Mac build borkage fix to release
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 4001e1f0c5..6ef7b82ebb 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -190,6 +190,7 @@ add_library (llcommon ${llcommon_SOURCE_FILES}) target_link_libraries( llcommon ${APRUTIL_LIBRARIES} + ${APRICONV_LIBRARIES} ${APR_LIBRARIES} ${EXPAT_LIBRARIES} ${ZLIB_LIBRARIES} |