diff options
Diffstat (limited to 'contrib/ltree_plpython')
-rw-r--r-- | contrib/ltree_plpython/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/ltree_plpython/Makefile b/contrib/ltree_plpython/Makefile index ce2c0cd2e2f..12a01467721 100644 --- a/contrib/ltree_plpython/Makefile +++ b/contrib/ltree_plpython/Makefile @@ -1,7 +1,9 @@ # contrib/ltree_plpython/Makefile MODULE_big = ltree_plpython$(python_majorversion) -OBJS = ltree_plpython.o $(WIN32RES) +OBJS = \ + $(WIN32RES) \ + ltree_plpython.o PGFILEDESC = "ltree_plpython - ltree transform for plpython" EXTENSION = ltree_plpythonu ltree_plpython2u ltree_plpython3u |