diff options
author | horwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-12-28 11:52:02 +0000 |
---|---|---|
committer | horwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-12-28 11:52:02 +0000 |
commit | 8b61fa39fc644bb3057d2bae7a42969325919460 (patch) | |
tree | fb9e9179d9098f2e5a53dc5486b4a57e17e647b3 /Makefile.am | |
parent | b10b2b619176706433304642ca0887e1edbca851 (diff) | |
download | navit-8b61fa39fc644bb3057d2bae7a42969325919460.tar.gz |
Core:Fix:Improve make dist with patch from Roy Rankin
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1859 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a7afceca1..91b466120 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,5 +5,5 @@ SUBDIRS+=intl po endif SUBDIRS+=navit pkgdoc_DATA = README -EXTRA_DIST = README COPYRIGHT +EXTRA_DIST = README COPYRIGHT LGPL-2 GPL-2 COPYING INSTALL DIST_SUBDIRS=intl po navit |