From: Mark Cave-Ayland Date: Tue, 12 Jan 2010 10:33:49 +0000 (+0000) Subject: Add missing MODULE_big section for #311 which was preventing the main PostGIS library... X-Git-Tag: 1.5.0b2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=904ed0b86041856dcff5844cb1ef026cccd923bd;p=postgis Add missing MODULE_big section for #311 which was preventing the main PostGIS library from being installed on older versions of PostgreSQL. git-svn-id: http://svn.osgeo.org/postgis/trunk@5121 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/Makefile.pgxs b/postgis/Makefile.pgxs index eea6765ca..f7ffc8ef2 100644 --- a/postgis/Makefile.pgxs +++ b/postgis/Makefile.pgxs @@ -54,6 +54,9 @@ ifdef SCRIPTS_built $(INSTALL_SCRIPT) $$file '$(DESTDIR)$(bindir)'; \ done endif # SCRIPTS_built +ifdef MODULE_big + $(INSTALL_SHLIB) $(shlib) '$(DESTDIR)$(pkglibdir)/$(MODULE_big)$(DLSUFFIX)' +endif # MODULE_big installdirs: ifneq (,$(DATA)$(DATA_built))