|
From: Brian P. <br...@us...> - 2007-05-10 15:40:10
|
CVSROOT: /cvsroot/chromium
Module name: cr
Repository: ./
Changes by: br...@sc....(none) 07/05/10 08:40:09
Log message:
Fix a DMX library/link problem.
Instead of DMX_LIBDIR use DMX_LIB which can specify both -L/path/to/dmx and
-ldmx options, or -l/path/to/dmx/libdmx.so. The later seems to be needed on
some systems.
Remove the DMX_DIR variable since it conflicts with the DMX_DIR variable in
the top-level Makefile (same name, different purpose).
Modified files:
./:
options.mk
Revision Changes Path
1.24 +4 -5 cr/options.mk
|