diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-08-26 15:28:43 +1000 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-08-26 15:28:43 +1000 |
commit | 574d7b43cfa39b7af07ea1736e5a3ab3d46a2e41 (patch) | |
tree | 5cfe39e8c7a3d5bfffa26c12f29dd78b79214b98 /.hgignore | |
parent | 020ccb3d75247d3509778a7053a4d4d54a21060e (diff) | |
download | mongo-574d7b43cfa39b7af07ea1736e5a3ab3d46a2e41.tar.gz |
Add libtool to the build.
While in the area, add a pkg-config file.
* * *
[mq]: build-fixes
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore index 55300df6f10..383d95f8688 100644 --- a/.hgignore +++ b/.hgignore @@ -5,7 +5,7 @@ ^build.*/(\.deps|COPYING|ChangeLog|INSTALL|Makefile.*|NEWS|README) ^build.*/(aclocal\.m4|config\..*|configure|stamp-h1|prototype.chk|w.*\.h) ^build.*/(ex_.*|lib.*|wt_.*|_wiredtiger.so) -^build_posix/gnu-support/(depcomp|install-sh|missing) +^build_posix/gnu-support/(compile|depcomp|install-sh|ltmain.sh|missing) ^build_posix/autom4te.cache ^docs/(doxygen.log|installdox|search) ^docs/[^/]*\.(css|html|js|png)$ |