diff options
author | Johannes Engel <[email protected]> | 2009-02-11 11:31:05 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-02-11 07:01:40 +0100 |
commit | 1e81855566b8c9957b39ee4612cec24bea591785 (patch) | |
tree | e6555766cbb3787eb2c23953349956a9b0cc6756 /src/egl/drivers/dri/Makefile | |
parent | 5f750138228be4438c592485290abdc6f8458271 (diff) |
Add install target for egl
Signed-off-by: Johannes Engel <[email protected]>
Acked-by: Jakob Bornecrantz <[email protected]>
Diffstat (limited to 'src/egl/drivers/dri/Makefile')
-rw-r--r-- | src/egl/drivers/dri/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/drivers/dri/Makefile b/src/egl/drivers/dri/Makefile index d7eba653b2d..be2f9b6bea3 100644 --- a/src/egl/drivers/dri/Makefile +++ b/src/egl/drivers/dri/Makefile @@ -48,6 +48,8 @@ $(TOP)/$(LIB_DIR)/libEGLdri.so: $(OBJECTS) -major 1 -minor 0 \ -install $(TOP)/$(LIB_DIR) -ldl $(OBJECTS) $(LIBS) +install: $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR) + $(INSTALL) $(TOP)/$(LIB_DIR)/libEGLdri.so $(DESTDIR)$(INSTALL_LIB_DIR) clean: -rm -f *.o |