[Dune-devel] [Dune-Commit] dune-geometry r168 -	trunk/dune/geometry/genericgeometry/test
    Ansgar Burchardt 
    ansgar.burchardt at iwr.uni-heidelberg.de
       
    Sat Aug  4 10:44:34 CEST 2012
    
    
  
Hi,
dedner at dune-project.org writes:
> Log:
> testgeometry.hh needed in checkgeometry.cc in dune-grid so include in dist
>
> --- trunk/dune/geometry/genericgeometry/test/Makefile.am	2012-08-03 15:37:27 UTC (rev 167)
> +++ trunk/dune/geometry/genericgeometry/test/Makefile.am	2012-08-04 08:38:28 UTC (rev 168)
> @@ -3,6 +3,7 @@
>  
>  check_PROGRAMS = testsubtopologies testbasicgeometry testmatrix
>  TESTS = testsubtopologies testbasicgeometry
> +EXTRA_DIST = checkgeometry.hh
>  
>  AM_CPPFLAGS = @AM_CPPFLAGS@ $(ALL_PKG_CPPFLAGS) $(DUNEMPICPPFLAGS)
>  AM_LDFLAGS = @AM_LDFLAGS@ $(ALL_PKG_LDFLAGS) $(DUNEMPILIBS)
Doesn't this only include checkgeometry.hh in the distribution tarballs?
If you want to use it from another module, it would need to be installed
as well.
Ansgar
    
    
More information about the Dune-devel
mailing list