diff options
author | Merov Linden <merov@lindenlab.com> | 2011-03-14 22:52:11 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-03-14 22:52:11 -0700 |
commit | 35b61cdd44a9195a5174a8bd22e96e6b404f42bc (patch) | |
tree | 8fa3c0e0e055d2995b86c212105ed5910392c320 /indra/cmake/DBusGlib.cmake | |
parent | ab27883b7ec6e3affde28ab061654adb264526c7 (diff) | |
parent | 72d1febadb5f254eb7199bd26eb04a7553a6e55d (diff) |
Pull from jenn_linden/viewer-vs2010
Diffstat (limited to 'indra/cmake/DBusGlib.cmake')
-rw-r--r-- | indra/cmake/DBusGlib.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/DBusGlib.cmake b/indra/cmake/DBusGlib.cmake index 33c6343a93..83c08d3350 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}/include/glib-2.0 + ${LIBS_PREBUILT_DIR}/include/dbus ) # We don't need to explicitly link against dbus-glib itself, because # the viewer probes for the system's copy at runtime. |