~ubuntu-branches/ubuntu/natty/libgpg-error/natty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jose Carlos Garcia Sogo
  • Date: 2004-03-16 23:25:13 UTC
  • Revision ID: james.westby@ubuntu.com-20040316232513-u9dnue5r0i3egfkq
Tags: upstream-0.7
ImportĀ upstreamĀ versionĀ 0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.am for libgpg-error.
 
2
# Copyright (C) 2003 g10 Code GmbH
 
3
 
4
# This file is part of libgpg-error.
 
5
 
6
# libgpg-error is free software; you can redistribute it and/or modify
 
7
# it under the terms of the GNU Lesser General Public License as
 
8
# published by the Free Software Foundation; either version 2.1 of the
 
9
# License, or (at your option) any later version.
 
10
 
11
# libgpg-error is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
# GNU Lesser General Public License for more details.
 
15
 
16
# You should have received a copy of the GNU Lesser General Public
 
17
# License along with this program; if not, write to the Free Software
 
18
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
19
 
 
20
SUBDIRS = m4 src tests po
 
21
 
 
22
ACLOCAL_AMFLAGS = -I m4
 
23
 
 
24
EXTRA_DIST = autogen.sh config.rpath libgpg-error.spec.in 
 
25
 
 
26
dist-hook:
 
27
        sed -e 's/@pkg_version@/$(VERSION)/g' \
 
28
            $(top_srcdir)/libgpg-error.spec.in  > $(distdir)/libgpg-error.spec