The following commit has been merged in the debian/correct-install branch:
commit 9dd763d90feea9ae90f8493d86f1d6e4f8d010a9
Author: Christoph Egger <[email protected]>
Date:   Fri Oct 2 18:28:00 2009 +0200

    Install static lib as well

diff --git a/source/Irrlicht/Makefile b/source/Irrlicht/Makefile
index 9dfdeaf..bfe1d26 100644
--- a/source/Irrlicht/Makefile
+++ b/source/Irrlicht/Makefile
@@ -133,6 +133,7 @@ install:
        mkdir -p $(INSTALL_DIR)/../include/irrlicht
        cp ../../include/*.h $(INSTALL_DIR)/../include/irrlicht/
        cp $(LIB_PATH)/$(SHARED_LIB).$(VERSION) $(INSTALL_DIR)
+       cp $(LIB_PATH)/$(STATIC_LIB) $(INSTALL_DIR)
        cd $(INSTALL_DIR) && ln -s -f libIrrlicht.so.$(VERSION) $(SHARED_LIB)
        ldconfig -n $(INSTALL_DIR)
 

-- 
Packaging the irrlicht game engine

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to