diff options
author | Murray Cumming <murrayc@murrayc.com> | 2008-09-08 13:20:41 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@src.gnome.org> | 2008-09-08 13:20:41 +0000 |
commit | 8ea67f3f611d2b04b70b0f12416bad01627ecafe (patch) | |
tree | 053e1257f07974726bf1ee37a46e078e065c36e8 /Makefile.am | |
parent | 1784e4092d86566d974e6d3210bf2780d1e4d4a0 (diff) | |
download | glibmm-8ea67f3f611d2b04b70b0f12416bad01627ecafe.tar.gz |
Added COPYING.tools with the GPL because the tools/*.cc file is GPL. Bug
2008-09-08 Murray Cumming <murrayc@murrayc.com>
* COPYING.tools:
* Makefile.am: Added COPYING.tools with the GPL because the tools/*.cc
file is GPL. Bug #550789.
svn path=/trunk/; revision=728
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 22fc0519..02750946 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,8 @@ EXTRA_DIST = build_shared/Makefile_build.am_fragment \ build_shared/Makefile_build_gensrc.am_fragment \ build_shared/Makefile_gensrc.am_fragment \ build_shared/Makefile_conditional.am_fragment \ - README.win32 + README.win32 \ + COPYING COPYING.tools all-local: |