summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorChristian Goetze (CG) <cg@lindenlab.com>2010-09-17 09:57:38 -0700
committerChristian Goetze (CG) <cg@lindenlab.com>2010-09-17 09:57:38 -0700
commit7c3a81f577307143a6d4bb5cef1606db82397cdd (patch)
tree26c531402dbc8f1224185e7461f3b7584b558614 /indra/cmake
parent0974f18da5f3b1e69191be19153925930efd6a9d (diff)
parent27bbf79c89fb8c737b88d769b2056304aef69dc3 (diff)
Merge in lenny work
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/PNG.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/PNG.cmake b/indra/cmake/PNG.cmake
index 4d0b7b2d8d..f6522d9e2f 100644
--- a/indra/cmake/PNG.cmake
+++ b/indra/cmake/PNG.cmake
@@ -9,5 +9,5 @@ if (STANDALONE)
else (STANDALONE)
use_prebuilt_binary(libpng)
set(PNG_LIBRARIES png12)
- set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
+ set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/libpng12)
endif (STANDALONE)