mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
12 lines
295 B
Makefile
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
|