diff options
author | Dima Zavin <dmitriyz@google.com> | 2008-08-21 10:41:19 -0700 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-11 11:43:56 -0600 |
commit | 7d3d5fb7a57d01c99645f30189244287260239f0 (patch) | |
tree | 895af7b82c2d383b3a267c6a63e9cc0506d30f70 /src | |
parent | 912488a8d016834349273acac88be85a6afadcc0 (diff) |
egl_xdri: Add the top-level lib dir so we link against the libGL we built.
Diffstat (limited to 'src')
-rw-r--r-- | src/egl/drivers/xdri/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/drivers/xdri/Makefile b/src/egl/drivers/xdri/Makefile index 9a2b7e0a9d..afd551dea5 100644 --- a/src/egl/drivers/xdri/Makefile +++ b/src/egl/drivers/xdri/Makefile @@ -48,6 +48,7 @@ $(TOP)/$(LIB_DIR)/$(DRIVER_NAME): $(OBJECTS) $(TOP)/bin/mklib -o $(DRIVER_NAME) \ -noprefix \ -major 1 -minor 0 \ + -L $(TOP)/$(LIB_DIR) \ -install $(TOP)/$(LIB_DIR) \ $(OBJECTS) $(DRM_LIB) $(MISC_LIBS) |