patch: interface for streaming updates r+a=darin git-svn-id: svn://10.0.0.236/trunk@200020 18797224-902f-48f8-a5cc-f745e15eee43
38 lines
849 B
Makefile
38 lines
849 B
Makefile
DEPTH = ../../../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
MODULE = url-classifier
|
|
LIBRARY_NAME = urlclassifier_s
|
|
XPIDL_MODULE = url-classifier
|
|
MOZILLA_INTERNAL_API = 1
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
|
REQUIRES = necko \
|
|
storage \
|
|
string \
|
|
xpcom \
|
|
$(NULL)
|
|
|
|
CPPSRCS = \
|
|
nsUrlClassifierDBService.cpp \
|
|
nsUrlClassifierStreamUpdater.cpp \
|
|
$(NULL)
|
|
|
|
LOCAL_INCLUDES = \
|
|
-I$(srcdir)/../../build
|
|
$(NULL)
|
|
|
|
|
|
# Same as JS components that are run through the pre-processor.
|
|
EXTRA_PP_COMPONENTS = nsUrlClassifierTable.js \
|
|
nsUrlClassifierLib.js \
|
|
nsUrlClassifierListManager.js \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|