Fixing a build error related to debug output in contact groups code.

This commit is contained in:
CharleyLevenque
2010-09-15 03:29:40 -04:00
parent b215b405ea
commit e5afa9b50f
3 changed files with 5 additions and 5 deletions

View File

@@ -104,7 +104,7 @@ if (VIEWER)
endif (LINUX)
add_subdirectory(${VIEWER_PREFIX}newview)
add_dependencies(viewer secondlife-bin)
add_dependencies(viewer Ascent)
endif (VIEWER)
# Linux builds the viewer and server in 2 separate projects