postgresql/contrib/lo/Makefile

13 lines
303 B
Makefile
Raw Normal View History

# $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
2000-06-15 20:55:34 +02:00
MODULES = lo
DATA_built = lo.sql
DATA = lo_drop.sql lo_test.sql
DOCS = README.lo
include $(top_srcdir)/contrib/contrib-global.mk