diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-07-07 15:58:33 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-07-07 15:58:33 +0000 |
commit | a315030f93449c55905df6b0b8b85f2c6260b838 (patch) | |
tree | d261495893d885e4b83dbf4d54f5ad5f65a0ab7d | |
parent | 989349a83ad8b475eb36e2b9b47f46f796ce69ef (diff) |
Update library version number and remove dummy libsdp
-rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 73b6854f..119b3762 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,12 +2,9 @@ # $Id$ # -lib_LTLIBRARIES = libbluetooth.la libsdp.la +lib_LTLIBRARIES = libbluetooth.la libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c -libbluetooth_la_LDFLAGS = -version-info 1:7:0 - -libsdp_la_SOURCES = -libsdp_la_LDFLAGS = -version-info 2:2:0 +libbluetooth_la_LDFLAGS = -version-info 1:8:0 INCLUDES = -I$(top_builddir)/include |