1.1 --- a/.hgignore Tue Dec 18 10:56:09 2007 +0100
1.2 +++ b/.hgignore Tue Dec 18 11:06:37 2007 +0000
1.3 @@ -4,6 +4,14 @@
1.4 *.rej
1.5 *~
1.6 *.o
1.7 +.#.*
1.8 +Makefile.in
1.9 +aclocal.m4
1.10 +config.h.in
1.11 +configure
1.12
1.13 syntax: regexp
1.14 html/.*
1.15 +autom4te.cache/.*
1.16 +build-aux/.*
1.17 +objs.*/.*
2.1 --- a/doc/Makefile.am Tue Dec 18 10:56:09 2007 +0100
2.2 +++ b/doc/Makefile.am Tue Dec 18 11:06:37 2007 +0000
2.3 @@ -9,7 +9,6 @@
2.4 cd doc; \
2.5 doxygen Doxyfile; \
2.6 cd ..; \
2.7 - cp $(srcdir)/doc/icons/geom/ftv2* doc/html; \
2.8 fi
2.9
2.10 doc-clean:
2.11 @@ -19,7 +18,6 @@
2.12 cd doc; \
2.13 doxygen Doxyfile; \
2.14 cd ..; \
2.15 - cp $(srcdir)/doc/icons/geom/ftv2* doc/html; \
2.16 fi
2.17
2.18 clean-local:
3.1 --- a/lemon/Makefile.am Tue Dec 18 10:56:09 2007 +0100
3.2 +++ b/lemon/Makefile.am Tue Dec 18 11:06:37 2007 +0000
3.3 @@ -11,7 +11,8 @@
3.4 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
3.5 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
3.6
3.7 -lemon_HEADERS +=
3.8 +lemon_HEADERS += \
3.9 + lemon/list_graph.h
3.10
3.11 bits_HEADERS +=
3.12