aboutsummaryrefslogtreecommitdiff
path: root/contrib/lo/Makefile
blob: 5743c0d4f5efb6890bafb5f5b4846da65f3afab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Header: /cvsroot/pgsql/contrib/lo/Makefile,v 1.11 2001/09/06 10:49:29 petere 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