# HG changeset patch # User Alpar Juttner # Date 2008-06-04 12:28:08 # Node ID 579979fad316ae8b42af36ac92b98eec5d3bfb3f # Parent b4c336c27a037c397b17ccd24f46773d61a805c3 lemon/concept_check.h was installed into a wrong directory diff --git a/lemon/Makefile.am b/lemon/Makefile.am --- a/lemon/Makefile.am +++ b/lemon/Makefile.am @@ -22,6 +22,7 @@ lemon/bfs.h \ lemon/bin_heap.h \ lemon/color.h \ + lemon/concept_check.h \ lemon/counter.h \ lemon/dfs.h \ lemon/dijkstra.h \ @@ -56,7 +57,6 @@ lemon/bits/vector_map.h concept_HEADERS += \ - lemon/concept_check.h \ lemon/concepts/digraph.h \ lemon/concepts/graph.h \ lemon/concepts/heap.h \