diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-03-31 15:27:13 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-03-31 15:27:13 +0800 |
commit | e7b6017449709bef714a272dc3e6dd93f68eb5d2 (patch) | |
tree | 433c3729f0332658db08cf4029e6c1cc3fe4c983 /.gitignore | |
parent | 9d1324b2d30233b66406e1951573be9729c92038 (diff) |
Use libtool to build shared library too
and also installation setttings.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,23 +1,27 @@ *~ -*.a +*.la +*.lo *.o *.swp .deps +.libs Makefile Makefile.am.user Makefile.in aclocal.m4 ar-lib autom4te.cache +autoscan-2.69.log compile -config.h -config.h.in -config.log -config.status +config.* configure +configure.scan depcomp html icclienttest install-sh +libtool +ltmain.sh +m4 missing stamp-h1 |