diff options
author | Frederic Culot <calcurse@culot.org> | 2009-07-05 20:33:13 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-07-05 20:33:13 +0000 |
commit | 27b25548a47c024e75608eb8c7e546471a3c90e8 (patch) | |
tree | 934324c9908e26153d093aad239b5161536edfa0 /src/Makefile.am | |
parent | 921a66ac5afb3515b383d0e1ad6e758cc8ab5ee0 (diff) | |
download | calcurse-27b25548a47c024e75608eb8c7e546471a3c90e8.zip |
Switch to BSD license.
Diffstat (limited to 'src/Makefile.am')
-rwxr-xr-x | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ff9b9a2..52f589e 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ -# $calcurse: Makefile.am,v 1.8 2008/12/28 13:13:59 culot Exp $ +# $calcurse: Makefile.am,v 1.9 2009/07/05 20:33:13 culot Exp $ -AUTOMAKE_OPTIONS= gnu +AUTOMAKE_OPTIONS= foreign bin_PROGRAMS= calcurse |