~ubuntu-branches/debian/squeeze/ndisc6/squeeze

« back to all changes in this revision

Viewing changes to compat/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rémi Denis-Courmont
  • Date: 2008-08-16 16:33:47 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080816163347-qrf9jvww7lcsklsp
Tags: 0.9.8-1
* New upstream version fixes rdisc6 ISATAP interfaces support.
* Switch to debhelper v7.
* Fill in initscript Provides.
* Update to standards version 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.am - compat/ directory Makefile for ndisc6
 
2
#
 
3
# ***********************************************************************
 
4
# *  Copyright © 2006-2008 Rémi Denis-Courmont.                         *
 
5
# *  This program is free software; you can redistribute and/or modify  *
 
6
# *  it under the terms of the GNU General Public License as published  *
 
7
# *  by the Free Software Foundation; version 2 of the license, or (at  *
 
8
# *  your option) any later version.                                    *
 
9
# *                                                                     *
 
10
# *  This program is distributed in the hope that it will be useful,    *
 
11
# *  but WITHOUT ANY WARRANTY; without even the implied warranty of     *
 
12
# *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.               *
 
13
# *  See the GNU General Public License for more details.               *
 
14
# *                                                                     *
 
15
# *  You should have received a copy of the GNU General Public License  *
 
16
# *  along with this program; if not, you can get it from:              *
 
17
# *  http://www.gnu.org/copyleft/gpl.html                               *
 
18
# ***********************************************************************
 
19
 
 
20
AM_CPPFLAGS = -I@top_srcdir@
 
21
 
 
22
noinst_LIBRARIES = libcompat.a
 
23
libcompat_a_SOURCES = fixups.h dummy.c
 
24
libcompat_a_LIBADD = $(LIBOBJS)
 
25