benchmark/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Tue, 18 Dec 2007 11:06:37 +0000
changeset 2 1a1c050e941b
child 146 4b42aa24ce12
permissions -rw-r--r--
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
ladanyi@1
     1
EXTRA_DIST += \
ladanyi@1
     2
        benchmark/Makefile
ladanyi@1
     3
ladanyi@1
     4
if WANT_BENCHMARK
ladanyi@1
     5
ladanyi@1
     6
noinst_HEADERS +=
ladanyi@1
     7
ladanyi@1
     8
noinst_PROGRAMS +=
ladanyi@1
     9
ladanyi@1
    10
endif WANT_BENCHMARK