]> git.pld-linux.org Git - packages/bluez-libs.git/blob - bluez-libs-sdp.patch
- updated.
[packages/bluez-libs.git] / bluez-libs-sdp.patch
1 --- bluez-libs-2.8/src/Makefile.am.orig 2004-07-08 06:54:33.000000000 +0200
2 +++ bluez-libs-2.8/src/Makefile.am      2004-07-23 13:42:32.287248560 +0200
3 @@ -2,9 +2,13 @@
4  #  $Id$
5  #
6  
7 -lib_LTLIBRARIES = libbluetooth.la
8 +lib_LTLIBRARIES = libbluetooth.la libsdp.la
9  
10 -libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
11 +libbluetooth_la_SOURCES = bluetooth.c hci.c
12  libbluetooth_la_LDFLAGS = -version-info 1:8:0
13  
14 +libsdp_la_SOURCES = sdp.c
15 +libsdp_la_LDFLAGS = -version-info 2:2:0
16 +libsdp_la_LIBADD = libbluetooth.la
17 +
18  INCLUDES = -I$(top_builddir)/include
This page took 0.028487 seconds and 3 git commands to generate.