From: Lena H. <le...@us...> - 2001-06-18 14:00:00
|
The following file was modified in apps/bluetooth/sdp_server: Name Old version New version Comment ---- ----------- ----------- ------- Makefile 1.10 1.11=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added GLIBC to AXIS_USABLE_LIBS The diff of the modified file(s): --- Makefile 2001/05/07 11:25:59 1.10 +++ Makefile 2001/06/18 13:59:58 1.11 @@ -1,7 +1,7 @@ # $Id$ =20 ifdef APPS -AXIS_USABLE_LIBS =3D UCLIBC +AXIS_USABLE_LIBS =3D UCLIBC GLIBC include $(APPS)/Rules.elinux endif =20 |