From b12991dd5c4f8294096723158b6d387fc3d27342 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 13 Feb 2009 10:54:24 +0100 Subject: build-sys: libtoolize by libtool-2 We need an infrastructure for stared libraries. The latest libtool-2 seems useful and it's definitely better than the old 1.5 crap. You need to install libtool-2 when you want to run ./autogen.sh script after checkout from git repository. Signed-off-by: Karel Zak --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 554c164bd..67f766cde 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ *.[ao] *.static *.so +*.lo +*.la *.so.* *.pc Makefile @@ -32,3 +34,4 @@ missing ltmain.sh libtool .deps +.libs -- cgit v1.2.3-55-g7522