gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
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
0 3 1
default
4 files changed with 10 insertions and 3 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
new binary file 100644
Ignore white space 6 line context
... ...
@@ -6,2 +6,7 @@
6 6
*.o
7
.#.*
8
Makefile.in
9
aclocal.m4
10
config.h.in
11
configure
7 12

	
... ...
@@ -9,1 +14,4 @@
9 14
html/.*
15
autom4te.cache/.*
16
build-aux/.*
17
objs.*/.*
Show white space 6 line context
... ...
@@ -11,3 +11,2 @@
11 11
	  cd ..; \
12
	  cp $(srcdir)/doc/icons/geom/ftv2* doc/html; \
13 12
	fi
... ...
@@ -21,3 +20,2 @@
21 20
	  cd ..; \
22
	  cp $(srcdir)/doc/icons/geom/ftv2* doc/html; \
23 21
	fi
Ignore white space 6 line context
... ...
@@ -13,3 +13,4 @@
13 13

	
14
lemon_HEADERS +=
14
lemon_HEADERS += \
15
	lemon/list_graph.h
15 16

	
0 comments (0 inline)