~ubuntu-branches/ubuntu/saucy/libnl3/saucy

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Heiko Stuebner
  • Date: 2012-06-30 15:54:25 UTC
  • mfrom: (3.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120630155425-6wx9v9q70vry53vg
Tags: 3.2.7-4
* Add watch file (Closes: #679473)
* Use dh-autoreconf to update the build system (Closes: 679474)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
ACLOCAL_AMFLAGS = -I m4
4
4
 
5
 
OPT_DIRS =
6
 
PKGCONFIGS =
7
 
 
8
 
if ENABLE_CLI
9
 
OPT_DIRS += src
10
 
PKGCONFIGS += libnl-cli-3.0.pc
11
 
endif
12
 
 
13
 
SUBDIRS = include lib doc man python $(OPT_DIRS)
 
5
SUBDIRS = include lib doc man python
14
6
 
15
7
pkgconfig_DATA = libnl-3.0.pc \
16
8
                 libnl-route-3.0.pc \
17
9
                 libnl-genl-3.0.pc \
18
 
                 libnl-nf-3.0.pc \
19
 
                 $(PKGCONFIGS)
20
 
 
21
 
 
22
 
pkgsysconfdir = ${sysconfdir}/libnl
 
10
                 libnl-nf-3.0.pc
 
11
 
 
12
if ENABLE_CLI
 
13
SUBDIRS += src
 
14
pkgconfig_DATA += libnl-cli-3.0.pc
 
15
endif
 
16
 
 
17
 
 
18
pkgsysconfdir = ${sysconfdir}/libnl-3
23
19
pkgsysconf_DATA = etc/pktloc etc/classid
24
20
 
25
21
EXTRA_DIST = \