[GIT] ppl/ppl(master): Fixed a typo causing improper cleaning of Java interface files.

Module: ppl/ppl Branch: master Commit: 827e54079b1ec6528dd5d185c8d8d0694c891587 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=827e54079b1ec...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Tue Apr 28 09:36:30 2009 +0200
Fixed a typo causing improper cleaning of Java interface files.
---
.../Java/parma_polyhedra_library/Makefile.am | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/interfaces/Java/parma_polyhedra_library/Makefile.am b/interfaces/Java/parma_polyhedra_library/Makefile.am index c44fc85..efe1e18 100644 --- a/interfaces/Java/parma_polyhedra_library/Makefile.am +++ b/interfaces/Java/parma_polyhedra_library/Makefile.am @@ -74,7 +74,7 @@ parma_polyhedra_library_Congruence.h \ parma_polyhedra_library_Congruence_System.h \ parma_polyhedra_library_Constraint.h \ parma_polyhedra_library_Constraint_System.h \ -parma_polyhedra_library.Degenerate_Element.h \ +parma_polyhedra_library_Degenerate_Element.h \ parma_polyhedra_library_Generator.h \ parma_polyhedra_library_Generator_System.h \ parma_polyhedra_library_Generator_Type.h \ @@ -202,12 +202,11 @@ java_cxx_headers.stamp \ source_generation.stamp \ By_Reference.class \ Coefficient.class \ -Congruence.class \ Complexity_Class.class \ +Congruence.class \ Congruence_System.class \ Constraint.class \ Constraint_System.class \ -Constraint_System.class \ Control_Parameter_Name.class \ Control_Parameter_Value.class \ Degenerate_Element.class \
participants (1)
-
Enea Zaffanella