hewitt%netscape.com ca9aa2d909 165955 - forking global history for satchel
git-svn-id: svn://10.0.0.236/trunk@130620 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-27 23:42:56 +00:00

43 lines
756 B
Makefile

DEPTH=../../..
topsrcdir=@top_srcdir@
srcdir=@srcdir@
VPATH=@srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = browsercomps
LIBRARY_NAME = browsercomps
EXPORT_LIBRARY = 1
FORCE_SHARED_LIB = 1
IS_COMPONENT = 1
REQUIRES = xpcom \
string \
toolkitcomps \
mork \
pref \
rdf \
intl \
$(NULL)
EXPORTS = nsBrowserCompsCID.h
CPPSRCS = nsModule.cpp \
$(NULL)
LOCAL_INCLUDES = \
-I$(srcdir)/../history/src \
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/$(LIB_PREFIX)history_s.$(LIB_SUFFIX) \
$(NULL)
EXTRA_DSO_LDOPTS += \
$(EXTRA_DSO_LIBS) \
$(MOZ_UNICHARUTIL_LIBS) \
$(MOZ_COMPONENT_LIBS) \
$(MOZ_JS_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk