Missing header files added to Makefile.am
authorAlpar Juttner <alpar@cs.elte.hu>
Tue, 22 Jan 2008 00:02:32 +0000
changeset 585f1f539f912f
parent 57 c1acf0018c0a
child 59 4ab73d92f0fb
Missing header files added to Makefile.am
lemon/Makefile.am
test/Makefile.am
     1.1 --- a/lemon/Makefile.am	Sun Jan 20 20:43:48 2008 +0100
     1.2 +++ b/lemon/Makefile.am	Tue Jan 22 00:02:32 2008 +0000
     1.3 @@ -16,6 +16,7 @@
     1.4  
     1.5  lemon_HEADERS += \
     1.6          lemon/dim2.h \
     1.7 +	lemon/maps.h \
     1.8          lemon/random.h \
     1.9  	lemon/list_graph.h \
    1.10          lemon/tolerance.h
    1.11 @@ -25,13 +26,16 @@
    1.12  	lemon/bits/array_map.h \
    1.13  	lemon/bits/base_extender.h \
    1.14  	lemon/bits/default_map.h \
    1.15 +	lemon/bits/graph_extender.h \
    1.16          lemon/bits/invalid.h \
    1.17  	lemon/bits/map_extender.h \
    1.18 +	lemon/bits/traits.h \
    1.19          lemon/bits/utility.h \
    1.20  	lemon/bits/vector_map.h
    1.21  
    1.22 -concept_HEADERS +=
    1.23 +concept_HEADERS += \
    1.24  	lemon/concept_check.h \
    1.25  	lemon/concepts/digraph.h \
    1.26  	lemon/concepts/graph.h \
    1.27 +	lemon/concepts/maps.h \
    1.28  	lemon/concepts/graph_components.h
     2.1 --- a/test/Makefile.am	Sun Jan 20 20:43:48 2008 +0100
     2.2 +++ b/test/Makefile.am	Tue Jan 22 00:02:32 2008 +0000
     2.3 @@ -2,6 +2,8 @@
     2.4  	test/Makefile
     2.5  
     2.6  noinst_HEADERS += \
     2.7 +	test/digraph_test.h \
     2.8 +	test/map_test.h \
     2.9          test/test_tools.h
    2.10  
    2.11  check_PROGRAMS += \