# HG changeset patch
# User Alpar Juttner <alpar@cs.elte.hu>
# Date 1197975997 0
# Node ID 1a1c050e941bbdecb41419f5538e59f769e02b2a
# Parent  51eaad3a817b51d4ce565a160fd530a81e4fd4dc
More fixes that make autotools working for the empty repo

- Add a dummy lemon/list_graph.h file and put it in the Makefile.am
- Remove the unnecesary icons from doc/icons/geom folder.
- Update .hgignore

diff -r 51eaad3a817b -r 1a1c050e941b .hgignore
--- a/.hgignore	Tue Dec 18 10:56:09 2007 +0100
+++ b/.hgignore	Tue Dec 18 11:06:37 2007 +0000
@@ -4,6 +4,14 @@
 *.rej
 *~
 *.o
+.#.*
+Makefile.in
+aclocal.m4
+config.h.in
+configure
 
 syntax: regexp
 html/.*
+autom4te.cache/.*
+build-aux/.*
+objs.*/.*
diff -r 51eaad3a817b -r 1a1c050e941b doc/Makefile.am
--- a/doc/Makefile.am	Tue Dec 18 10:56:09 2007 +0100
+++ b/doc/Makefile.am	Tue Dec 18 11:06:37 2007 +0000
@@ -9,7 +9,6 @@
 	  cd doc; \
 	  doxygen Doxyfile; \
 	  cd ..; \
-	  cp $(srcdir)/doc/icons/geom/ftv2* doc/html; \
 	fi
 
 doc-clean:
@@ -19,7 +18,6 @@
 	  cd doc; \
 	  doxygen Doxyfile; \
 	  cd ..; \
-	  cp $(srcdir)/doc/icons/geom/ftv2* doc/html; \
 	fi
 
 clean-local:
diff -r 51eaad3a817b -r 1a1c050e941b lemon/Makefile.am
--- a/lemon/Makefile.am	Tue Dec 18 10:56:09 2007 +0100
+++ b/lemon/Makefile.am	Tue Dec 18 11:06:37 2007 +0000
@@ -11,7 +11,8 @@
 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
 
-lemon_HEADERS +=
+lemon_HEADERS += \
+	lemon/list_graph.h
 
 bits_HEADERS +=