~oif-team/geis/trunk

« back to all changes in this revision

Viewing changes to include/Makefile.am

  • Committer: Stephen M. Webb
  • Date: 2010-11-10 14:15:35 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: stephen.webb@canonical.com-20101110141535-lxu8zj5eix9hcthy
Refactored public include sources for clarity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
incdir = $(includedir)/geis
3
 
 
4
 
dist_inc_HEADERS = geis.h
 
2
# @file include/Makefile.am 
 
3
# @brief automake recipe for the geis (public) includes directory
 
4
#
 
5
# Copyright 2010 Canonical, Ltd.
 
6
#
 
7
# This file is part of the utouch-geis library. This library is free software;
 
8
# you can redistribute it and/or modify it under the terms of the GNU Lesser
 
9
# General Public License as published by the Free Software Foundation; either
 
10
# version 3 of the License, or (at your option) any later version.
 
11
#
 
12
# This library is distributed in the hope that it will be useful, but WITHOUT
 
13
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
14
# FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
 
15
# details.
 
16
#
 
17
# You should have received a copy of the GNU Lesser General Public License
 
18
# along with this program; if not, write to the Free Software Foundation, Inc.,
 
19
# 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
20
#
 
21
 
 
22
nobase_include_HEADERS = geis/geis.h
 
23