Remove duplicate library API version number from Makefile.am
authorDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 13 May 2012 16:54:11 +0000 (09:54 -0700)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 13 May 2012 16:57:50 +0000 (09:57 -0700)
commit7c76d027be7c85a02a75c4a4005b4b8f384ce2bb
tree3d288cfb62278745ef641fb7dd2cabd214d3297c
parentcbbc2b81a160938c855c2aac9ae9318d5e5a1edd
Remove duplicate library API version number from Makefile.am

Pick it up from openconnect.h automatically. This means that the
configure script will run, and the makefiles will be regenerated,
whenever openconnect.h changes — but openconnect.h shouldn't be changing
in non-cosmetic ways without the version being bumped anyway, and if the
version is bumped then the makefile needs to be rebuilt too.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Makefile.am
configure.ac