last-svn-commit-129-gd0cba60 Install meshes in $(pkgdatadir)/meshes.

* mesh/Makefile.am (meshdir): Here. --- milena/ChangeLog | 6 ++++++ milena/mesh/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 74bb42d..f8e7e2f 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,9 @@ +2010-04-20 Roland Levillain <roland@lrde.epita.fr> + + Install meshes in $(pkgdatadir)/meshes. + + * mesh/Makefile.am (meshdir): Here. + 2010-04-09 Roland Levillain <roland@lrde.epita.fr> Fix test core/other/box_runend_piter. diff --git a/milena/mesh/Makefile.am b/milena/mesh/Makefile.am index 558d28f..ad91888 100644 --- a/milena/mesh/Makefile.am +++ b/milena/mesh/Makefile.am @@ -21,7 +21,7 @@ ## patsubst). We might want to turn it into something more portable ## when Olena is released. -meshdir = $(pkgdatadir)/images +meshdir = $(pkgdatadir)/meshes dist_mesh_DATA = ## -------- ## -- 1.5.6.5
participants (1)
-
Roland Levillain