Not part of build. a=brendan git-svn-id: svn://10.0.0.236/trunk@136605 18797224-902f-48f8-a5cc-f745e15eee43
20 lines
371 B
Makefile
20 lines
371 B
Makefile
DEPTH = ../../../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = sql
|
|
|
|
XPIDLSRCS = \
|
|
mozISqlConnection.idl \
|
|
mozISqlRequest.idl \
|
|
mozISqlDataSource.idl \
|
|
mozISqlInputStream.idl \
|
|
mozISqlRequestObserver.idl \
|
|
mozISqlResult.idl \
|
|
mozISqlResultEnumerator.idl \
|
|
mozISqlService.idl \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|