Bug 272283 - initial work for --enable-libxul r=bryner+darin This is on by default for xulrunner and off by default for all other apps.
git-svn-id: svn://10.0.0.236/trunk@166350 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -42,9 +42,9 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = xpcom
|
||||
MODULE = xpcom_tests
|
||||
XPIDL_MODULE = proxytest
|
||||
REQUIRES = $(NULL)
|
||||
REQUIRES = xpcom
|
||||
|
||||
CPPSRCS = proxytests.cpp
|
||||
XPIDLSRCS = nsITestProxy.idl
|
||||
@@ -57,4 +57,3 @@ LIBS = \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user