~ubuntu-branches/ubuntu/oneiric/weechat/oneiric

« back to all changes in this revision

Viewing changes to src/plugins/scripts/ruby/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Emmanuel Bouthenot
  • Date: 2010-12-27 23:29:46 UTC
  • mfrom: (2.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20101227232946-fh2eh42bmeushi0u
Tags: 0.3.3-3
* Upload to unstable.
* Downgrade tcl-dev dependency to 8.4 until tcl 8.5 hit unstable.
* Add a patch to make cmake aware of python 2.7 (Closes: #606989).
  Thanks to Matthias Klose.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org>
2
 
#
3
 
# This program is free software; you can redistribute it and/or modify
 
1
#
 
2
# Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org>
 
3
#
 
4
# This file is part of WeeChat, the extensible chat client.
 
5
#
 
6
# WeeChat is free software; you can redistribute it and/or modify
4
7
# it under the terms of the GNU General Public License as published by
5
8
# the Free Software Foundation; either version 3 of the License, or
6
9
# (at your option) any later version.
7
10
#
8
 
# This program is distributed in the hope that it will be useful,
 
11
# WeeChat is distributed in the hope that it will be useful,
9
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
14
# GNU General Public License for more details.
12
15
#
13
16
# You should have received a copy of the GNU General Public License
14
 
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
# along with WeeChat.  If not, see <http://www.gnu.org/licenses/>.
15
18
#
16
19
 
17
20
INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(RUBY_CFLAGS)