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

« back to all changes in this revision

Viewing changes to debian/patches/0003-fix-out-of-tree-build.patch

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2011-12-07 21:24:24 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: mathieu-tl@ubuntu.com-20111207212424-dntntg0evng3vhry
* Merge with Debian unstable; remaining changes: (LP: #901438)
  - debian/patches/lp854719_single_path_fixes.patch: if dealing with a single
    nexthop object for a route, apply the destination and interface directly
    to the underlying route object.
* Acknowledge NMU
* Install config-files to /etc/libnl3 (Closes: #632790)
* Non-maintainer upload with agreement from Heiko Stuebner

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 # -*- Makefile -*-
20
20
 
21
21
-AM_CPPFLAGS  = -Wall -I${top_srcdir}/include -I${top_builddir}/include -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl\"
22
 
+AM_CPPFLAGS  = -Wall -I${top_srcdir}/include -I${top_builddir}/include -I${builddir}/route -I${builddir}/route/cls -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl\"
 
22
+AM_CPPFLAGS  = -Wall -I${top_srcdir}/include -I${top_builddir}/include -I${builddir}/route -I${builddir}/route/cls -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl3\"
23
23
 AM_LDFLAGS = -version-info 3:0:0
24
24
 
25
25
 lib_LTLIBRARIES = \
30
30
 top_builddir = @top_builddir@
31
31
 top_srcdir = @top_srcdir@
32
32
-AM_CPPFLAGS = -Wall -I${top_srcdir}/include -I${top_builddir}/include -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl\"
33
 
+AM_CPPFLAGS = -Wall -I${top_srcdir}/include -I${top_builddir}/include -I${builddir}/route -I${builddir}/route/cls -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl\"
 
33
+AM_CPPFLAGS = -Wall -I${top_srcdir}/include -I${top_builddir}/include -I${builddir}/route -I${builddir}/route/cls -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl3\"
34
34
 AM_LDFLAGS = -version-info 3:0:0
35
35
 lib_LTLIBRARIES = \
36
36
        libnl.la libnl-genl.la libnl-route.la libnl-nf.la