diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2013-09-29 22:46:30 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2013-09-29 22:46:30 -0400 |
commit | 311be2aa054725ded78040c63459480c755bef11 (patch) | |
tree | 593d80fdd8aaf20e190acb53d26f5b204d55ccc5 | |
parent | 83e83aad562ce8a3e44335314a933528824dc521 (diff) |
Fix makefile broken by hstore fix.
-rw-r--r-- | contrib/hstore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/hstore/Makefile b/contrib/hstore/Makefile index 1236e7958f4..43b7e5f9e71 100644 --- a/contrib/hstore/Makefile +++ b/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 |