blob: 4ccfb45d5b326edfb0025e97e5b74b1b43aa5806 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $PostgreSQL$
subdir = contrib/hstore
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
MODULE_big = hstore
OBJS = hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o hstore_compat.o \
crc32.o
DATA_built = hstore.sql
DATA = uninstall_hstore.sql
REGRESS = hstore
include $(top_srcdir)/contrib/contrib-global.mk
|