[Pkg-scicomp-commits] freefem++/trunk

Christophe Prud'homme prudhomm at debian.org
Sat May 13 08:45:25 UTC 2006


SVN commit 432 by prudhomm:

no more links hopefully (part 2)

 M  +5 -2      freefem++/trunk/debian/freefem++.install  
 M  +1 -1      freefem++/trunk/examples++-load/Makefile.am  


--- freefem++/trunk/debian/freefem++.install #431:432
@@ -9,5 +9,8 @@
 examples++-tutorial/*.edp /usr/share/doc/freefem++/examples/tutorial
 
 
-examples++-load/include/*.h* /usr/include/freefem++
-examples++-load/*.so         /usr/lib/freefem++
+src/fflib/*.h*       /usr/include/freefem++
+src/femlib/*.h*      /usr/include/freefem++
+src/Graphics/*.h*    /usr/include/freefem++
+*.h                  /usr/include/freefem++
+examples++-load/*.so /usr/lib/freefem++
--- freefem++/trunk/examples++-load/Makefile.am #431:432
@@ -23,7 +23,7 @@
 	./load.link $< 
 
 include: include.tar.gz
-#	tar zxvf include.tar.gz
+	tar zxvf include.tar.gz
 
 Ref: makeref.edp
 	../src/nw/FreeFem++-nw makeref.edp



More information about the Pkg-scicomp-commits mailing list