blob: 32fccc1bd9fc4ffb75320ef4a1d1b854e5e5f98d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $PostgreSQL: pgsql/contrib/userlock/Makefile,v 1.17 2003/11/29 19:51:36 pgsql Exp $
subdir = contrib/userlock
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
MODULES = user_locks
DATA_built = user_locks.sql
DOCS = README.user_locks
include $(top_srcdir)/contrib/contrib-global.mk
|