mirror of https://github.com/nirenjan/libx52.git
Fix libtool version info for libx52
Also update package version to indicate it is in pre-release stage.feature/test-new-mem-api
parent
f3270def9d
commit
e5ea621899
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue