~ubuntu-branches/ubuntu/trusty/libnl3/trusty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Heiko Stuebner
  • Date: 2011-05-21 19:25:13 UTC
  • Revision ID: james.westby@ubuntu.com-20110521192513-1ieyu9w9kym4bt16
Tags: upstream-3.0
ImportĀ upstreamĀ versionĀ 3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- Makefile -*-
 
2
 
 
3
ACLOCAL_AMFLAGS = -I m4
 
4
 
 
5
OPT_DIRS =
 
6
 
 
7
if ENABLE_CLI
 
8
OPT_DIRS += src
 
9
endif
 
10
 
 
11
SUBDIRS = include lib doc man $(OPT_DIRS)
 
12
 
 
13
pkgconfig_DATA = libnl-3.0.pc
 
14
 
 
15
sysconfdir = @sysconfdir@/libnl
 
16
sysconf_DATA = etc/pktloc etc/classid
 
17
 
 
18
.PHONY: cscope
 
19
cscope:
 
20
        cscope -b -q -R -Iinclude -slib -ssrc;