Browse Source

pyxpcom: test: don't do automatic registration of interfaces; this was breaking core mozilla (since we copy all files over)

Mark Yen 12 years ago
parent
commit
60186178a7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      xpcom/test/test_component/Makefile.in

+ 1 - 0
xpcom/test/test_component/Makefile.in

@@ -49,6 +49,7 @@ XPIDL_MODULE	= pyxpcom_test
 REQUIRES	= xpcom string $(NULL)
 
 XPIDLSRCS	= py_test_component.idl
+NO_INTERFACES_MANIFEST = 1
 
 include $(topsrcdir)/config/config.mk