[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:55:22 UTC 2009


The following commit has been merged in the upstream branch:
commit 37149a655218f0244c3de6f8cbbc5439a0fc76c0
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Fri Jun 6 19:41:35 2008 +1000

    Fix for automake/libtool object issue
    
    darcs-hash:20080606094135-d4795-16280d7e95c5f253e44c95b21235e9fb696f36f7.gz

diff --git a/modules/Makefile.am b/modules/Makefile.am
index 77f45c1..9b1f832 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -71,9 +71,11 @@ libtide2D3_la_LIBADD = -Lfes2004 -lfes -lnetcdf $(GSL_LIBS)
 
 xyz2rsurface_SOURCES = xyz2rsurface.c rsurface.c rsurface.h
 xyz2rsurface_LDADD = -LRStarTree -lcSmRST
+xyz2rsurface_CFLAGS = $(AM_CFLAGS)
 
 rsurfacequery_SOURCES = rsurfacequery.c rsurface.c rsurface.h
 rsurfacequery_LDADD = -LRStarTree -lcSmRST
+rsurfacequery_CFLAGS = $(AM_CFLAGS)
 
 if HAVE_MODULES
 %.c : %.mod

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list