]> git.pld-linux.org Git - packages/bluez-libs.git/commitdiff
- updated.
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 23 Jul 2004 11:58:48 +0000 (11:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-libs-sdp.patch -> 1.3

bluez-libs-sdp.patch

index 86d3c1cd188870e5b90db9deed0b92d825dac3e9..1677e9b68a8348bd81f9203e733d566455e8882e 100644 (file)
@@ -1,16 +1,18 @@
---- bluez-libs-2.7/src/Makefile.am.orig        2004-04-02 03:19:17.000000000 +0200
-+++ bluez-libs-2.7/src/Makefile.am     2004-04-11 15:13:57.688130104 +0200
-@@ -4,10 +4,11 @@
+--- bluez-libs-2.8/src/Makefile.am.orig        2004-07-08 06:54:33.000000000 +0200
++++ bluez-libs-2.8/src/Makefile.am     2004-07-23 13:42:32.287248560 +0200
+@@ -2,9 +2,13 @@
+ #  $Id$
+ #
  
- lib_LTLIBRARIES = libbluetooth.la libsdp.la
+-lib_LTLIBRARIES = libbluetooth.la
++lib_LTLIBRARIES = libbluetooth.la libsdp.la
  
 -libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
 +libbluetooth_la_SOURCES = bluetooth.c hci.c
- libbluetooth_la_LDFLAGS = -version-info 1:7:0
+ libbluetooth_la_LDFLAGS = -version-info 1:8:0
  
--libsdp_la_SOURCES =
 +libsdp_la_SOURCES = sdp.c
- libsdp_la_LDFLAGS = -version-info 2:2:0
++libsdp_la_LDFLAGS = -version-info 2:2:0
 +libsdp_la_LIBADD = libbluetooth.la
++
  INCLUDES = -I$(top_builddir)/include
This page took 0.078387 seconds and 4 git commands to generate.