third_party_libnl/Makefile.am
Thomas Haller e7d57da0dd build: add individual linker version scripts for shared libraries
Instead of using a shared version script 'libnl.sym', add individual
linker scripts for all libnl libraries.

For now, the content of the version script is unchanged and this
patch does not have any externally visible changes.

Signed-off-by: Thomas Haller <thaller@redhat.com>
2015-02-02 17:28:06 +01:00

31 lines
531 B
Makefile

# -*- Makefile -*-
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include lib man python tests
pkgconfig_DATA = libnl-3.0.pc \
libnl-route-3.0.pc \
libnl-genl-3.0.pc \
libnl-nf-3.0.pc \
libnl-xfrm-3.0.pc \
libnl-idiag-3.0.pc
if ENABLE_CLI
SUBDIRS += src
pkgconfig_DATA += libnl-cli-3.0.pc
endif
pkgsysconfdir = ${sysconfdir}/libnl
pkgsysconf_DATA = etc/pktloc etc/classid
EXTRA_DIST = \
$(pkgsysconf_DATA) \
libnl-3.sym \
libnl-genl-3.sym \
libnl-idiag-3.sym \
libnl-nf-3.sym \
libnl-route-3.sym \
libnl-xfrm-3.sym