1
Fork 0

Makefile.am and configure.ac updated

This commit is contained in:
fc_botelho 2006-04-26 17:59:34 +00:00
parent 7522a90f27
commit a73afcb8c2
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ minimal perfect hash functions had been designed.
We refer the algorithm to as **BMZ**, because it was conceived by Fabiano C. **B**otelho,
David **M**enoti and Nivio **Z**iviani. The algorithm is described in [[1 #papers]].
To analyse BMZ algorithm we needed some results from the random graph theory, so
we invite professor [Yoshiharu Kohayakawa http://www.ime.usp.br/~yoshi] to help us.
we invited professor [Yoshiharu Kohayakawa http://www.ime.usp.br/~yoshi] to help us.
The final description and analysis of BMZ algorithm is presented in [[2 #papers]].
----------------------------------------

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(Makefile.am)
AM_INIT_AUTOMAKE(cmph, 0.4)
AM_INIT_AUTOMAKE(cmph, 0.5)
AM_CONFIG_HEADER(config.h)
dnl Checks for programs.

View File

@ -1,7 +1,7 @@
bin_PROGRAMS = cmph
lib_LTLIBRARIES = libcmph.la
include_HEADERS = cmph.h cmph_types.h
libcmph_la_SOURCES = util.h debug.h\
libcmph_la_SOURCES = debug.h\
bitbool.h bitbool.c\
cmph_types.h\
hash.h hash_state.h hash.c\