[Lemon-commits] Alpar Juttner: Missing header files added to Mak...

Lemon HG hg at lemon.cs.elte.hu
Tue Jan 22 12:00:15 CET 2008


details:   http://lemon.cs.elte.hu/hg/lemon/rev/5f1f539f912f
changeset: 58:5f1f539f912f
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Tue Jan 22 00:02:32 2008 +0000
description:
	Missing header files added to Makefile.am

diffstat:

2 files changed, 7 insertions(+), 1 deletion(-)
lemon/Makefile.am |    6 +++++-
test/Makefile.am  |    2 ++

diffs (41 lines):

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_libemon_la_LDFLAGS = $(GLPK_LIBS) 
 
 lemon_HEADERS += \
         lemon/dim2.h \
+	lemon/maps.h \
         lemon/random.h \
 	lemon/list_graph.h \
         lemon/tolerance.h
@@ -25,13 +26,16 @@ bits_HEADERS += \
 	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 @@ EXTRA_DIST += \
 	test/Makefile
 
 noinst_HEADERS += \
+	test/digraph_test.h \
+	test/map_test.h \
         test/test_tools.h
 
 check_PROGRAMS += \



More information about the Lemon-commits mailing list