# HG changeset patch
# User Alpar Juttner <alpar@cs.elte.hu>
# Date 1200960152 0
# Node ID 5f1f539f912f544b212764eba910112ad1487795
# Parent  c1acf0018c0aace27614a1f49f69afeff0e3274f
Missing header files added to Makefile.am

diff -r c1acf0018c0a -r 5f1f539f912f lemon/Makefile.am
--- a/lemon/Makefile.am	Sun Jan 20 20:43:48 2008 +0100
+++ b/lemon/Makefile.am	Tue Jan 22 00:02:32 2008 +0000
@@ -16,6 +16,7 @@
 
 lemon_HEADERS += \
         lemon/dim2.h \
+	lemon/maps.h \
         lemon/random.h \
 	lemon/list_graph.h \
         lemon/tolerance.h
@@ -25,13 +26,16 @@
 	lemon/bits/array_map.h \
 	lemon/bits/base_extender.h \
 	lemon/bits/default_map.h \
+	lemon/bits/graph_extender.h \
         lemon/bits/invalid.h \
 	lemon/bits/map_extender.h \
+	lemon/bits/traits.h \
         lemon/bits/utility.h \
 	lemon/bits/vector_map.h
 
-concept_HEADERS +=
+concept_HEADERS += \
 	lemon/concept_check.h \
 	lemon/concepts/digraph.h \
 	lemon/concepts/graph.h \
+	lemon/concepts/maps.h \
 	lemon/concepts/graph_components.h
diff -r c1acf0018c0a -r 5f1f539f912f test/Makefile.am
--- a/test/Makefile.am	Sun Jan 20 20:43:48 2008 +0100
+++ b/test/Makefile.am	Tue Jan 22 00:02:32 2008 +0000
@@ -2,6 +2,8 @@
 	test/Makefile
 
 noinst_HEADERS += \
+	test/digraph_test.h \
+	test/map_test.h \
         test/test_tools.h
 
 check_PROGRAMS += \