mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Fixing bustage correctly
This commit is contained in:
parent
5cb1d43332
commit
e120bf384f
@ -55,6 +55,14 @@ EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsAccessProxy
|
||||
|
||||
# Don't install. At the moment we only want to build this extension
|
||||
# for inclusion in 3rd party assistive technology installers,
|
||||
# not as part of our own installation
|
||||
NO_INSTALL = 1
|
||||
NO_DIST_INSTALL = 1
|
||||
|
||||
LOCAL_INCLUDES += -I$(srcdir)/_xpidlgen
|
||||
|
||||
CPPSRCS = \
|
||||
nsAccessProxy.cpp \
|
||||
nsAccessProxyRegistration.cpp \
|
||||
@ -64,7 +72,5 @@ XPIDLSRCS = nsIAccessProxy.idl
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
LOCAL_INCLUDES += -I$(SRCDIR)/_xpidlgen
|
||||
|
||||
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user