~ubuntu-branches/ubuntu/trusty/libnfnetlink/trusty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2008-07-22 23:09:10 UTC
  • mfrom: (1.2.1 upstream) (2.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080722230910-6pdckzhbi7e1pnyj
Tags: 0.0.39-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/Make_global.am
 
2
 
1
3
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
2
4
 
3
 
EXTRA_DIST = $(man_MANS) debian
 
5
EXTRA_DIST = $(man_MANS)
4
6
 
5
 
SUBDIRS = src include
6
 
DIST_SUBDIRS = src include
 
7
SUBDIRS = src include utils
 
8
DIST_SUBDIRS = src include utils
7
9
 
8
10
man_MANS = #nfnetlink.3
9
11