]> granicus.if.org Git - postgis/commitdiff
Cygwin BE_DLLLIBS fix from nvine/jtishler
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 8 Apr 2003 21:41:06 +0000 (21:41 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 8 Apr 2003 21:41:06 +0000 (21:41 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@251 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile

index 4dc73373403bea8fe262d0775beef3e78708b4bb..3fd37ed7da0d6350bf7c9652099db4216d8576da 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -94,9 +94,9 @@ OBJS=postgis_debug.o postgis_ops.o postgis_fn.o postgis_inout.o postgis_proj.o p
 # matter.)
 SHLIB_LINK=$(filter -L%, $(LDFLAGS)) 
 ifeq ($(USE_PROJ),1)
-       SHLIB_LINK=$(filter -L%, $(LDFLAGS)) -L$(PROJ_DIR)/lib -lproj
+       SHLIB_LINK=$(filter -L%, $(LDFLAGS)) $(BE_DLLLIBS) -L$(PROJ_DIR)/lib -lproj
 else
-       SHLIB_LINK=$(filter -L%, $(LDFLAGS)) 
+       SHLIB_LINK=$(filter -L%, $(LDFLAGS)) $(BE_DLLLIBS)
 endif
 
 #---------------------------------------------------------------