From: Lena H. <le...@us...> - 2001-06-18 14:00:29
|
The following file was modified in apps/bluetooth/experimental: Name Old version New version Comment ---- ----------- ----------- ------- Makefile 1.5 1.6=20=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.5 +++ Makefile 2001/06/18 13:59:57 1.6 @@ -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 |