~ubuntu-branches/ubuntu/quantal/geis/quantal

« back to all changes in this revision

Viewing changes to tools/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Chase Douglas
  • Date: 2012-07-30 08:51:42 UTC
  • Revision ID: package-import@ubuntu.com-20120730085142-jrc33ygjvt0ob1wl
Tags: upstream-2.2.11
ImportĀ upstreamĀ versionĀ 2.2.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# @file tools/Makefile.am 
 
3
# @brief automake recipe for the GEIS tools
 
4
#
 
5
#
 
6
# Copyright 2011 Canonical, Ltd.
 
7
#
 
8
# This file is part of the geis library. This library is free software;
 
9
# you can redistribute it and/or modify it under the terms of the GNU Lesser
 
10
# General Public License as published by the Free Software Foundation; either
 
11
# version 3 of the License, or (at your option) any later version.
 
12
#
 
13
# This library is distributed in the hope that it will be useful, but WITHOUT
 
14
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
15
# FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
 
16
# details.
 
17
#
 
18
# You should have received a copy of the GNU General Public License
 
19
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
20
#
 
21
 
 
22
SUBDIRS = geisview geis-server
 
23