Fix makefile broken by hstore fix.

pull/6/head
Andrew Dunstan 13 years ago
parent a18167510f
commit 42bf7fc1de
  1. 3
      contrib/hstore/Makefile

@ -5,7 +5,8 @@ OBJS = hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o hstore_compat.o \
crc32.o
EXTENSION = hstore
DATA = hstore--1.1.sql hstore--1.0--1.1.sql hstore--unpackaged--1.0.sql
DATA = hstore--1.2.sql hstore--1.1--1.2.sql hstore--1.0--1.1.sql \
hstore--unpackaged--1.0.sql
REGRESS = hstore

Loading…
Cancel
Save