diff options
author | Andres Mejia <amejia004@gmail.com> | 2012-06-19 11:04:17 -0400 |
---|---|---|
committer | Andres Mejia <amejia004@gmail.com> | 2012-09-05 15:07:36 -0400 |
commit | 2eae5750fd7a87ddd0df3c2c9d693d4943b45551 (patch) | |
tree | 003a87d9ed551fe87f329e08b2e57475677a456d /bootstrap | |
parent | 79d0e5b72307735821813e1b05744e4a84cda4e9 (diff) |
[GSOC] Add gtest directory to be bootstrapped.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ autoreconf -vif lib/cpluff autoreconf -vif lib/libdvd/libdvdcss autoreconf -vif lib/libdvd/libdvdread autoreconf -vif lib/libdvd/libdvdnav +autoreconf -vif lib/gtest # Clean the generated files find . -depth -type d -name "autom4te.cache" -exec rm -rf {} \; |