diff options
author | Thomas Graf <tgraf@suug.ch> | 2010-10-14 13:56:46 +0200 |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2010-10-14 13:56:46 +0200 |
commit | 3229b32e39363c439f0d042b561417e7b48aa786 (patch) | |
tree | 12072daf819eb7da0d91f7439df78a0371d85bdd /Makefile.am | |
parent | 2dbc1ca76c5b82c40749e609eb83877418abb006 (diff) | |
download | libnl-3229b32e39363c439f0d042b561417e7b48aa786.tar.gz |
- Prepare for 2.1.x tree
- Bump interface number, we will break API in the development tree
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8f9438c..28545fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ endif SUBDIRS = include lib doc $(OPT_DIRS) -pkgconfig_DATA = libnl-2.0.pc +pkgconfig_DATA = libnl-2.1.pc sysconfdir = @sysconfdir@/libnl sysconf_DATA = etc/pktloc |