The following file was modified in apps/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
Makefile 1.1 1.2=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Fixed the build system. It was very screwed up!
You can now to:
1. ./init_env
2. make
and all the code will be built.
The diff of the modified file(s):
--- Makefile 2001/02/18 12:35:43 1.1
+++ Makefile 2001/02/28 23:42:08 1.2
@@ -1,3 +1,3 @@
include $(APPS)/Rules.elinux
=20
-SUBDIRS =3D btd sdp_server
+SUBDIRS =3D btd sdp_server userstack
|