summaryrefslogtreecommitdiff
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
commit919cb4923503695da813f5437e4b0484c6f21a00 (patch)
tree3ba040cb97e274d5b14bf59514b97055195d6e09
parent6b1759c3816d574bddde3e1725c51a811c8870e7 (diff)
downloadgooglemock-919cb4923503695da813f5437e4b0484c6f21a00.tar.gz
Adds the LICENSE file to the distribution.
git-svn-id: http://googlemock.googlecode.com/svn/trunk@412 8415998a-534a-0410-bf83-d39667b30386
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0afce2f..4509beb 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.