Fixing bustage correctly

This commit is contained in:
aaronl%netscape.com 2003-06-05 10:10:23 +00:00
parent 5cb1d43332
commit e120bf384f

View File

@ -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)