aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladlosev <vladlosev@8415998a-534a-0410-bf83-d39667b30386>2013-01-31 19:53:54 +0000
committervladlosev <vladlosev@8415998a-534a-0410-bf83-d39667b30386>2013-01-31 19:53:54 +0000
commit40fa8ffc9e46cc779fc252ce2bb5aab76faf59a0 (patch)
tree3ba040cb97e274d5b14bf59514b97055195d6e09
parent38513a8bb154f0b6d0a4088814fe92552696d465 (diff)
downloadgoogletest-40fa8ffc9e46cc779fc252ce2bb5aab76faf59a0.tar.gz
googletest-40fa8ffc9e46cc779fc252ce2bb5aab76faf59a0.tar.bz2
googletest-40fa8ffc9e46cc779fc252ce2bb5aab76faf59a0.zip
Adds the LICENSE file to the distribution.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0afce2f8..4509beba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Automake file
# Nonstandard package files for distribution.
-EXTRA_DIST =
+EXTRA_DIST = LICENSE
# We may need to build our internally packaged gtest. If so, it will be
# included in the 'subdirs' variable.