~ubuntu-branches/ubuntu/karmic/tcpreen/karmic

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Kleineidam
  • Date: 2006-05-02 21:24:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060502212400-v5m70qcaqwdmt2bg
Tags: 1.4.3-0.1
* NMU, with permission from maintainer.
* New upstream release (Closes: #269639, #211956)
* Standards version 3.7.0.0
* Use debhelper v5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Makefile.am - master Makefile for tcpreen
2
 
# $Id: Makefile.am,v 1.4 2003/02/27 11:55:23 rdenisc Exp $
 
2
# $Id: Makefile.am,v 1.14 2004/06/05 15:38:54 rdenisc Exp $
3
3
 
4
4
# ***********************************************************************
5
 
# *  Copyright (C) 2002-2003 R�mi Denis-Courmont.                       *
 
5
# *  Copyright (C) 2002-2004 Remi Denis-Courmont.                       *
6
6
# *  This program is free software; you can redistribute and/or modify  *
7
7
# *  it under the terms of the GNU General Public License as published  *
8
8
# *  by the Free Software Foundation; version 2 of the license.         *
12
12
# *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.               *
13
13
# *  See the GNU General Public License for more details.               *
14
14
# *                                                                     *
15
 
# *  You should have received a copy of the GNU General Pulic License   *
 
15
# *  You should have received a copy of the GNU General Public License  *
16
16
# *  along with this program; if not, you can get it from:              *
17
17
# *  http://www.gnu.org/copyleft/gpl.html                               *
18
18
# ***********************************************************************
19
19
 
20
 
PACKAGE = @PACKAGE@
21
 
VERSION = @VERSION@
22
 
SUBDIRS = m4 po src
 
20
SUBDIRS = include m4 po libsolve logs src debian
23
21
man1_MANS = tcpreen.1
24
 
EXTRA_DIST = $(man1_MANS) tcpreen.spec.in
 
22
EXTRA_DIST = admin/config.rpath admin/mkinstalldirs $(man1_MANS) tcpreen.spec.in
25
23
ACLOCAL_AMFLAGS = -I m4
26
24