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

« back to all changes in this revision

Viewing changes to src/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
SUBDIRS = lib
4
4
 
5
 
AM_CPPFLAGS  = -Wall -I${top_srcdir}/include -I${top_builddir}/include -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl\"
 
5
AM_CPPFLAGS  = -Wall -I${top_srcdir}/include -I${top_builddir}/include -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl-3\"
6
6
 
7
7
LDADD = \
8
8
        ${top_builddir}/src/lib/libnl-cli-3.la \