blob: d4865b203064e64139321b289b50cb9a2135ff5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Index: mozilla/minimo/components/Makefile.in
===================================================================
RCS file: /cvsroot/mozilla/minimo/components/Makefile.in,v
retrieving revision 1.1.2.2
diff -u -r1.1.2.2 Makefile.in
--- mozilla/minimo/components/Makefile.in 14 Jul 2006 16:04:33 -0000 1.1.2.2
+++ mozilla/minimo/components/Makefile.in 20 Sep 2006 12:55:08 -0000
@@ -41,10 +41,10 @@
include $(DEPTH)/config/autoconf.mk
-DIRS = phone softkb ssr device gps
+DIRS = ssr
ifdef WINCE
-DIRS += ssl
+DIRS += ssl phone softkb device gps
endif
include $(topsrcdir)/config/rules.mk
|