postgresql/contrib/string/Makefile
2003-11-29 19:52:15 +00:00

12 lines
295 B
Makefile

# $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