mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
5fab70b1d8
Not part of build. a=brendan
15 lines
243 B
Makefile
15 lines
243 B
Makefile
DEPTH = ../../../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = sql
|
|
XPIDL_MODULE = sqlpgsql
|
|
|
|
XPIDLSRCS = \
|
|
mozISqlConnectionPgsql.idl \
|
|
mozISqlResultPgsql.idl \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|