Diff between 52e333ff28e6679a68e9ab6c1c67d12c2717838c and 43bfa365672723b19cf5b5afc0dd117fb8ef83c0
Changed Files
| File | Additions | Deletions | Status |
| Makefile.am | +2 | -2 | modified |
Full Patch
diff --git a/Makefile.am b/Makefile.am
index f06b69b..7267200 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,8 +52,8 @@ include_HEADERS += $(lib_headers)
lib_LTLIBRARIES += lib/libbluetooth.la
lib_libbluetooth_la_SOURCES = $(lib_headers) \
- lib/bluetooth.c lib/hci.c lib/sdp.c lib/uuid.c
-lib_libbluetooth_la_LDFLAGS = -version-info 13:5:10
+ lib/bluetooth.c lib/hci.c lib/sdp.c lib/uuid.c
+lib_libbluetooth_la_LDFLAGS = -version-info 14:0:11
lib_libbluetooth_la_DEPENDENCIES = $(local_headers)
CLEANFILES += $(local_headers)