diff options
Diffstat (limited to 'contrib/jsonb_plperl')
-rw-r--r-- | contrib/jsonb_plperl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/jsonb_plperl/Makefile b/contrib/jsonb_plperl/Makefile index b43c8ed97bd..ba9480e819b 100644 --- a/contrib/jsonb_plperl/Makefile +++ b/contrib/jsonb_plperl/Makefile @@ -1,7 +1,9 @@ # contrib/jsonb_plperl/Makefile MODULE_big = jsonb_plperl -OBJS = jsonb_plperl.o $(WIN32RES) +OBJS = \ + $(WIN32RES) \ + jsonb_plperl.o PGFILEDESC = "jsonb_plperl - jsonb transform for plperl" PG_CPPFLAGS = -I$(top_srcdir)/src/pl/plperl |