12 lines
302 B
Makefile
12 lines
302 B
Makefile
# $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
|