summaryrefslogtreecommitdiffstats
path: root/src/glx
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am
index 40e6b609dbf..4aa900a538a 100644
--- a/src/glx/Makefile.am
+++ b/src/glx/Makefile.am
@@ -26,7 +26,7 @@ endif
SUBDIRS=. tests
-GLAPI_LIB = ../mapi/glapi/libglapi.la
+GLAPI_LIB = $(top_builddir)/src/mapi/glapi/libglapi.la
if HAVE_XF86VIDMODE
EXTRA_DEFINES_XF86VIDMODE = -DXF86VIDMODE
@@ -113,6 +113,3 @@ all-local: lib@[email protected]
$(MKDIR_P) $(top_builddir)/$(LIB_DIR);
ln -f .libs/lib@[email protected] $(top_builddir)/$(LIB_DIR)/lib@[email protected]
ln -sf lib@[email protected] $(top_builddir)/$(LIB_DIR)/lib@[email protected]
-
-$(GLAPI_LIB):
- @$(MAKE) -C $(TOP)/src/mapi/glapi