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