Unit tests failing on the Mac.

Added the library directory /usr/X11/lib to the search path when
compiling the DPX test directory.

refs #144
This commit is contained in:
Alex Lin 2015-11-19 14:41:18 -06:00
parent ca51142553
commit 519cdaf7f1

View File

@ -40,7 +40,7 @@ endif
ifeq ($(TRICK_HOST_TYPE), Darwin)
CFLAGS += -DGTEST_HAS_TR1_TUPLE=0
MOTIF_INCDIR = -I/sw/include
XLIBS = -L/sw/lib -lXm -L/usr/X11R6/lib -lXt -lX11
XLIBS = -L/sw/lib -lXm -L/usr/X11R6/lib -L/usr/X11/lib -lXt -lX11
else
MOTIF_INCDIR = -I/usr/X11R6/lib64 -I/usr/X11R6/lib
XLIBS = -L/usr/X11R6/lib64 -L/usr/X11R6/lib -lXm -lXt -lX11 -ldl