mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
13 lines
300 B
Makefile
13 lines
300 B
Makefile
|
subdir = contrib/CFG_DIR
|
||
|
top_builddir = ../..
|
||
|
include $(top_builddir)/src/Makefile.global
|
||
|
|
||
|
MODULE_big = dict_CFG_MODNAME
|
||
|
OBJS = CFG_OFILE
|
||
|
DATA_built = dict_CFG_MODNAME.sql
|
||
|
DOCS = README.CFG_MODNAME
|
||
|
PG_CPPFLAGS =
|
||
|
SHLIB_LINK = ../tsearch2/libtsearch2.a
|
||
|
|
||
|
include $(top_srcdir)/contrib/contrib-global.mk
|