14 lines
359 B
Plaintext
14 lines
359 B
Plaintext
# XXXbsmedberg: god help me, this makefile is bizarre
|
|
[gecko]
|
|
dist/plugins/@SHARED_LIBRARY@
|
|
dist/bin/defaults/pref/activex.js
|
|
#if MOZ_ACTIVEX_PLUGIN_XPCONNECT
|
|
!xpt dist/bin/plugins/nsIMozAxPlugin.xpt
|
|
#endif
|
|
#if MOZ_ACTIVEX_PLUGIN_LIVECONNECT
|
|
dist/bin/plugins/MozAxPlugin.class
|
|
#endif
|
|
#if XPC_IDISPATCH_SUPPORT
|
|
dist/bin/components/nsAxSecurityPolicy.js
|
|
#endif
|