summaryrefslogtreecommitdiff
path: root/indra/cmake/DBusGlib.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-02-16 18:18:34 -0500
committerOz Linden <oz@lindenlab.com>2011-02-16 18:18:34 -0500
commitbf7801aeec041fd162599b1b394780ef0e32fe9c (patch)
treea752303db33c4c55609aa37379fafe36d50d6360 /indra/cmake/DBusGlib.cmake
parenteacd9d5d590069b56ae3497a3830c5e299475a4a (diff)
parent4d040e3c5d6eb1f105bf837191e06866ba4bef5b (diff)
merging in latest viewer-development
Diffstat (limited to 'indra/cmake/DBusGlib.cmake')
-rw-r--r--indra/cmake/DBusGlib.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/DBusGlib.cmake b/indra/cmake/DBusGlib.cmake
index cfc4ccd404..33c6343a93 100644
--- a/indra/cmake/DBusGlib.cmake
+++ b/indra/cmake/DBusGlib.cmake
@@ -10,7 +10,7 @@ elseif (LINUX)
use_prebuilt_binary(dbusglib)
set(DBUSGLIB_FOUND ON FORCE BOOL)
set(DBUSGLIB_INCLUDE_DIRS
- ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include/glib-2.0
+ ${LIBS_PREBUILT_DIR}/include/glib-2.0
)
# We don't need to explicitly link against dbus-glib itself, because
# the viewer probes for the system's copy at runtime.