diff options
author | Eric Anholt <[email protected]> | 2012-02-05 06:10:56 +0100 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-02-29 11:52:40 -0800 |
commit | 8ffb098234fbc3d2e3c8b3db6912dec9ea7a65eb (patch) | |
tree | 32cc6aacc10715354a296538c12c7d4c855b21ab /src/mesa/Makefile | |
parent | ba1d921bdf7a15fcc4a4e3162ea6fe9810f233d6 (diff) |
glx: Convert to automake.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r-- | src/mesa/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 0e15d61bd8d..71e22b9cb10 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -206,8 +206,6 @@ install-headers: install-libgl: default gl.pc install-headers $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR) $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)/pkgconfig - $(MINSTALL) $(TOP)/$(LIB_DIR)/$(GL_LIB_GLOB) \ - $(DESTDIR)$(INSTALL_LIB_DIR) $(INSTALL) -m 644 gl.pc $(DESTDIR)$(INSTALL_LIB_DIR)/pkgconfig install-osmesa: default osmesa.pc |