mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
13 lines
297 B
Makefile
13 lines
297 B
Makefile
# $PostgreSQL: pgsql/contrib/lo/Makefile,v 1.12 2003/11/29 19:51:35 pgsql Exp $
|
|
|
|
subdir = contrib/lo
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
MODULES = lo
|
|
DATA_built = lo.sql
|
|
DATA = lo_drop.sql lo_test.sql
|
|
DOCS = README.lo
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|