diff options
| author | Andrew Gierth | 2018-07-31 18:58:39 +0000 |
|---|---|---|
| committer | Andrew Gierth | 2018-07-31 19:07:39 +0000 |
| commit | df163230b92b79468c241e9480e7fb85b7614440 (patch) | |
| tree | 4af57c0a4cc386242af606c39b3ee5a37e41a8da /contrib/hstore | |
| parent | f3eb76b399efb88882b2984fccdefcea540b2749 (diff) | |
Provide for contrib and pgxs modules to install include files.
This allows out-of-tree PLs and similar code to get access to
definitions needed to work with extension data types.
The following existing modules now install headers: contrib/cube,
contrib/hstore, contrib/isn, contrib/ltree, contrib/seg.
Discussion: https://postgr.es/m/87y3euomjh.fsf%40news-spur.riddles.org.uk
Diffstat (limited to 'contrib/hstore')
| -rw-r--r-- | contrib/hstore/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/hstore/Makefile b/contrib/hstore/Makefile index ab7fef39793..46d26f8052d 100644 --- a/contrib/hstore/Makefile +++ b/contrib/hstore/Makefile @@ -11,6 +11,8 @@ DATA = hstore--1.4.sql hstore--1.4--1.5.sql \ hstore--unpackaged--1.0.sql PGFILEDESC = "hstore - key/value pair data type" +HEADERS = hstore.h + REGRESS = hstore ifdef USE_PGXS |
