]> granicus.if.org Git - libnl/commit
build: fix build failure when using different build dir (make distcheck)
authorThomas Haller <thaller@redhat.com>
Mon, 16 Dec 2013 20:19:14 +0000 (21:19 +0100)
committerThomas Haller <thaller@redhat.com>
Tue, 17 Dec 2013 16:26:31 +0000 (18:26 +0200)
commit02c9c2518fb575594a00a6d6f42c0b93d8f93c84
tree405c46b4475fb971476c802197b54892a350772e
parentd7aca17701519240bd69c0c6f7d55d0a09ce9346
build: fix build failure when using different build dir (make distcheck)

`make distcheck` builds outside the source directory using
`../configure --srcdir=..`. This was broken because libnl.sym was
expected in the $(top_srcdir) instead of $(top_builddir).

Signed-off-by: Thomas Haller <thaller@redhat.com>
lib/Makefile.am