Fix libtool version info for libx52

Also update package version to indicate it is in pre-release stage.
feature/test-new-mem-api
nirenjan 2017-08-25 06:04:36 -07:00
parent f3270def9d
commit e5ea621899
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([x52pro-linux], [0.2.0], [nirenjan@gmail.com])
AC_INIT([x52pro-linux], [0.2.0-0], [nirenjan@gmail.com])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_PROG_CC

View File

@ -5,7 +5,7 @@ lib_LTLIBRARIES = libx52.la
# Core libx52 library
# This library handles the USB communication between the host and the X52
libx52_la_SOURCES = x52_control.c x52_core.c x52_date_time.c x52_mfd_led.c
libx52_la_LDFLAGS = -version-info 4:0:2 -lusb-1.0
libx52_la_LDFLAGS = -version-info 2:0:0 -lusb-1.0
# Header files that need to be copied
x52includedir = $(includedir)/x52pro