]> git.pld-linux.org Git - packages/bluez-libs.git/blame - bluez-libs-sdp.patch
- restored CFLAGS patch to use optflags (broken by djurban)
[packages/bluez-libs.git] / bluez-libs-sdp.patch
CommitLineData
7e1dfefb
JB
1--- bluez-libs-2.6/src/Makefile.am.orig 2004-04-02 03:19:17.000000000 +0200
2+++ bluez-libs-2.6/src/Makefile.am 2004-04-11 15:13:57.688130104 +0200
3@@ -4,10 +4,11 @@
4
5 lib_LTLIBRARIES = libbluetooth.la libsdp.la
6
7-libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
8+libbluetooth_la_SOURCES = bluetooth.c hci.c
9 libbluetooth_la_LDFLAGS = -version-info 1:4:0
10
11-libsdp_la_SOURCES =
12+libsdp_la_SOURCES = sdp.c
13 libsdp_la_LDFLAGS = -version-info 2:2:0
14+libsdp_la_LIBADD = libbluetooth.la
15
16 INCLUDES = -I$(top_builddir)/include
This page took 0.093337 seconds and 4 git commands to generate.